Server Side code Pushing Data to client Browser while current thread is busy Comet (programming)
- by h_power11
Hello Friends,
I am writing one simple web page with bunch of textboxes and a button control. Now when user finished editing the values on this text boxes user has to click the button and this button invoke heavily process intensive algorithm on server side code based on the data received from client (Textboxes)
And it could some time takes up to…