Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have implement comet.comet is technique used for server push like web socket.
we can use so many technique like ajax pool,reverse ajax etc..but i am using reverse ajax.

when client request to server,that request wait to server till the new message arrives.when new message arrives it get back to client.after completion of responce processing client request to server again and wait for new message.

This is working fine for upto 10 request wait at server but then after server can't responce of new request and site getting hanged and have to recycle the application pool.I found the state of all request is ExecuteRequestHandler in workerprocess of IIS.

Please tell me what should i do??
Posted
Updated 20-Dec-12 23:12pm
v2
Comments
Sergey Alexandrovich Kryukov 18-Dec-12 20:20pm    
Who knows what your implementation is? No enough information; isn't that obvious?
—SA
bbirajdar 23-Dec-12 10:23am    
Great..The error is in the 23rd line of the code you have written.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900