Click here to Skip to main content
15,910,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionprint image in asp.net Pin
MAHDIEHES24-May-09 15:33
MAHDIEHES24-May-09 15:33 
AnswerRe: print image in asp.net [modified] Pin
Ramesh Swaminathan24-May-09 19:22
Ramesh Swaminathan24-May-09 19:22 
GeneralRe: print image in asp.net Pin
MAHDIEHES25-May-09 8:48
MAHDIEHES25-May-09 8:48 
QuestionGridView Help Pin
phani2548524-May-09 15:02
phani2548524-May-09 15:02 
AnswerRe: GridView Help Pin
padmanabhan N24-May-09 18:46
padmanabhan N24-May-09 18:46 
QuestionRe: GridView Help Pin
Baran M24-May-09 18:51
Baran M24-May-09 18:51 
AnswerRe: GridView Help Pin
padmanabhan N24-May-09 18:54
padmanabhan N24-May-09 18:54 
Questionthreading in ASP.net question Pin
nick pinansky24-May-09 4:50
nick pinansky24-May-09 4:50 
First let me preface by saying I am a LAMP developer for 12yrs. I am new to .NET, I work in a LAMP shop but we need to use .NET to get this project working.


Heres the situation, we have a windows program that can take a street address and return long/lat coordinates from it (geocode). It has an API in C. We wanted to take these methods and expose them as a webservice so our LAMP based applications can access them and we can access them in javascript. I've managed to import the unmanaged C functions into C# already and have a basic running ver of it.

The problem is this.. the software limits you to only 8 concurrent API instances at one time. However, each API instance allows you to perform 32 concurrent geocode within that instance at once.

So right now, I have it set up so each instance of the web service controls an API instance. It uses the threading.semaphore class so that if you call more than 8 instances at once, they have to wait until others finish ( or return a too busy error if timeout).

My question is there a way to set it up so that we can use the full power of 256 concurrent searches (8 instance * 32 search threads) ?

In case you are wondering, the software we're talking to through the API is designed for batch querying , we want to use it to just do 1 address at a time.

Any help would be GREATLY appreciated.
Questionsearch in website Pin
michaelgr124-May-09 1:23
michaelgr124-May-09 1:23 
AnswerRe: search in website(Ignore repost) Pin
Manas Bhardwaj24-May-09 4:21
professionalManas Bhardwaj24-May-09 4:21 
AnswerRe: search in website Pin
firozu24-May-09 21:30
firozu24-May-09 21:30 
Questionbinding value with listbox Pin
jainiraj23-May-09 23:02
jainiraj23-May-09 23:02 
AnswerRe: binding value with listbox Pin
scy27875351724-May-09 3:21
scy27875351724-May-09 3:21 
AnswerRe: binding value with listbox Pin
mdazeemuddin24-May-09 3:58
mdazeemuddin24-May-09 3:58 
GeneralRe: binding value with listbox Pin
jainiraj24-May-09 17:56
jainiraj24-May-09 17:56 
GeneralRe: binding value with listbox Pin
Tuwing.Sabado24-May-09 18:28
Tuwing.Sabado24-May-09 18:28 
GeneralRe: binding value with listbox Pin
jainiraj24-May-09 18:38
jainiraj24-May-09 18:38 
GeneralRe: binding value with listbox Pin
Tuwing.Sabado24-May-09 19:26
Tuwing.Sabado24-May-09 19:26 
QuestionHow to avoid post back of other user controls on post back of one user control contend in a .aspx page Pin
Anurajtemkar23-May-09 22:51
Anurajtemkar23-May-09 22:51 
AnswerRe: How to avoid post back of other user controls on post back of one user control contend in a .aspx page Pin
firozu24-May-09 21:37
firozu24-May-09 21:37 
QuestionTab Menu Pin
Shahdat Hosain23-May-09 20:01
Shahdat Hosain23-May-09 20:01 
AnswerRe: Tab Menu Pin
scy27875351724-May-09 3:24
scy27875351724-May-09 3:24 
QuestionHow to set the menu width according to data Pin
mdazeemuddin23-May-09 19:32
mdazeemuddin23-May-09 19:32 
AnswerRe: How to set the menu width according to data Pin
adatapost23-May-09 21:18
adatapost23-May-09 21:18 
GeneralRe: How to set the menu width according to data Pin
mdazeemuddin23-May-09 21:52
mdazeemuddin23-May-09 21:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.