I understand that the client side is asynchroneous, which means that I can call a new function from the client side to the server side without waiting for the previous function to be completed. Now how does this work on the server side? I thought that there was only a single thread per session on the server side. But let's say I call a function getEvent() and hang it on the server to produce the comet effect (long polling) and try to call another function meanwhile, what would happen on the server side? Would the next call hang till the first one finishes? would it open a new thread?
Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
