Click here to Skip to main content
15,884,836 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# deployment creating a porject folder Pin
NickPace3-Jul-13 6:30
NickPace3-Jul-13 6:30 
QuestionHow to combine ClickOnce and normal installer Pin
MathijsBeentjes2-Jul-13 5:47
MathijsBeentjes2-Jul-13 5:47 
AnswerRe: How to combine ClickOnce and normal installer Pin
GuyThiebaut3-Jul-13 0:08
professionalGuyThiebaut3-Jul-13 0:08 
QuestionRadio buttons in PropertyGrid Pin
lukeer1-Jul-13 21:02
lukeer1-Jul-13 21:02 
AnswerRe: Radio buttons in PropertyGrid Pin
Eddy Vluggen1-Jul-13 22:30
professionalEddy Vluggen1-Jul-13 22:30 
GeneralRe: Radio buttons in PropertyGrid Pin
lukeer11-Jul-13 1:21
lukeer11-Jul-13 1:21 
AnswerRe: Radio buttons in PropertyGrid Pin
Eddy Vluggen15-Jul-13 8:53
professionalEddy Vluggen15-Jul-13 8:53 
QuestionHow to lock only one request and release all pending requests at once Pin
amjegan1-Jul-13 18:14
amjegan1-Jul-13 18:14 
Hi,

I have a requirement where I need to lock a object to get data from service. If service takes more time to response due to some reason, after 2 mins of timeout period it gets timed out and then lock gets released. Till that time all the other requests has to wait. In this way, During this abnormal service behavior, all the request has to be in waiting stage. First request will take 2 mins to release the lock and second one would then take 2 more mins (total 4 mins idle time) and third will take another 2 mins and so on. After some time, due to this, application will be hanged.

Now I want a technique where first request will acquire lock and get the response. All the other request should be waiting for this and once first request release the lock, this response should be assigned to all other pending request (as the output response will be same) and make them all released at the same time.So ultimately, all request will get a response in two mins and only one service hit will happen.

Do we have any technique in C# to achieve this?Anybody can help me to fix this?
Cheers
A.M.Jegan

AnswerRe: How to lock only one request and release all pending requests at once Pin
Eddy Vluggen1-Jul-13 22:33
professionalEddy Vluggen1-Jul-13 22:33 
AnswerRe: How to lock only one request and release all pending requests at once Pin
jschell2-Jul-13 8:07
jschell2-Jul-13 8:07 
GeneralRe: How to lock only one request and release all pending requests at once Pin
amjegan2-Jul-13 17:41
amjegan2-Jul-13 17:41 
GeneralRe: How to lock only one request and release all pending requests at once Pin
jschell3-Jul-13 8:27
jschell3-Jul-13 8:27 
QuestionRead Content From MMF File Pin
reethu_test1-Jul-13 13:15
reethu_test1-Jul-13 13:15 
AnswerRe: Read Content From MMF File Pin
Mycroft Holmes1-Jul-13 15:53
professionalMycroft Holmes1-Jul-13 15:53 
QuestionNSF File Reading in C# Pin
reethu_test1-Jul-13 12:44
reethu_test1-Jul-13 12:44 
AnswerRe: NSF File Reading in C# Pin
Garth J Lancaster1-Jul-13 12:55
professionalGarth J Lancaster1-Jul-13 12:55 
GeneralRe: NSF File Reading in C# Pin
reethu_test1-Jul-13 13:03
reethu_test1-Jul-13 13:03 
GeneralRe: NSF File Reading in C# Pin
Garth J Lancaster1-Jul-13 13:05
professionalGarth J Lancaster1-Jul-13 13:05 
GeneralRe: NSF File Reading in C# Pin
reethu_test1-Jul-13 13:07
reethu_test1-Jul-13 13:07 
GeneralRe: NSF File Reading in C# Pin
Dave Kreskowiak1-Jul-13 18:38
mveDave Kreskowiak1-Jul-13 18:38 
GeneralRe: NSF File Reading in C# Pin
Mycroft Holmes1-Jul-13 15:49
professionalMycroft Holmes1-Jul-13 15:49 
QuestionProblem on Update operation Pin
nivashini1-Jul-13 0:25
professionalnivashini1-Jul-13 0:25 
SuggestionRe: Problem on Update operation PinPopular
Richard Deeming1-Jul-13 1:44
mveRichard Deeming1-Jul-13 1:44 
AnswerRe: Problem on Update operation Pin
Jean A Brandelero1-Jul-13 4:38
Jean A Brandelero1-Jul-13 4:38 
AnswerRe: Problem on Update operation Pin
PIEBALDconsult1-Jul-13 5:13
mvePIEBALDconsult1-Jul-13 5:13 

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.