Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read From DataGrid Pin
Daniele Ferrero29-May-06 22:30
Daniele Ferrero29-May-06 22:30 
Questionvalid color Pin
alwz_nikhil29-May-06 21:16
alwz_nikhil29-May-06 21:16 
AnswerRe: valid color Pin
Darren_29-May-06 21:21
Darren_29-May-06 21:21 
AnswerRe: valid color Pin
Guffa29-May-06 21:42
Guffa29-May-06 21:42 
QuestionProblem in TreeList Pin
Dima Filipiuk29-May-06 21:16
Dima Filipiuk29-May-06 21:16 
AnswerRe: Problem in TreeList Pin
leppie30-May-06 1:21
leppie30-May-06 1:21 
QuestionSingleton delaying specific requests while not blocking all others Pin
mihaigheza29-May-06 21:01
mihaigheza29-May-06 21:01 
AnswerRe: Singleton delaying specific requests while not blocking all others Pin
Darren_29-May-06 21:19
Darren_29-May-06 21:19 
Depending on the amount of client queries and also the timeout. Cant you buffer valid client requests in a queue?. Possibly have two threads, one to constantly listen for client queries and validate if the request should go through... then passing this to the Syncronized Queue while the Singleton deals with the current request?

Or do you need the Singleton object to validate the request itself? Again depending on the amount of queries just queue them up in a buffer ready to pass to the singeton. As long as you can clear the buffer before the clients timeout and send a new request it should be fine.

Or what if you notify the client you have recieved the respone and it is in a queue, possibly have a thread periodically reply to the client with ist position.


Darren
GeneralRe: Singleton delaying specific requests while not blocking all others Pin
mihaigheza29-May-06 23:40
mihaigheza29-May-06 23:40 
QuestionRetrieve the H.D.D serial number in C# Pin
ehsan_prog29-May-06 20:33
ehsan_prog29-May-06 20:33 
AnswerRe: Retrieve the H.D.D serial number in C# [modified] Pin
albCode29-May-06 20:56
albCode29-May-06 20:56 
AnswerRe: Retrieve the H.D.D serial number in C# Pin
Darren_29-May-06 20:56
Darren_29-May-06 20:56 
QuestionCommand prompt with fop problem Pin
Support12329-May-06 20:32
Support12329-May-06 20:32 
AnswerRe: Command prompt with fop problem Pin
Darren_29-May-06 20:50
Darren_29-May-06 20:50 
GeneralRe: Command prompt with fop problem Pin
Support12329-May-06 21:32
Support12329-May-06 21:32 
GeneralRe: Command prompt with fop problem Pin
Support12329-May-06 22:08
Support12329-May-06 22:08 
GeneralRe: Command prompt with fop problem Pin
Darren_29-May-06 22:18
Darren_29-May-06 22:18 
QuestionApartment in C# Pin
ehsan_prog29-May-06 20:31
ehsan_prog29-May-06 20:31 
AnswerRe: Apartment in C# Pin
Darren_29-May-06 21:02
Darren_29-May-06 21:02 
QuestionFinding out whether a WAV file is completed recording Pin
coolestCoder29-May-06 20:09
coolestCoder29-May-06 20:09 
AnswerRe: Finding out whether a WAV file is completed recording Pin
lmoelleb29-May-06 20:25
lmoelleb29-May-06 20:25 
AnswerRe: Finding out whether a WAV file is completed recording [modified] Pin
Darren_29-May-06 20:35
Darren_29-May-06 20:35 
Questionhow can I manage some links in html page that load with webbrowser within a win app ? Pin
Nafiseh Salmani29-May-06 19:56
Nafiseh Salmani29-May-06 19:56 
AnswerRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
lmoelleb29-May-06 23:06
lmoelleb29-May-06 23:06 
QuestionRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
Nafiseh Salmani29-May-06 23:12
Nafiseh Salmani29-May-06 23:12 

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.