>
> Note, if you're using Comet/long-polling techniques, I think it keeps a
> request open for a long time, so if you're using a server that blocks a
> thread for each request, you could run out of threads if you have lots of
> users connected at once. In that case, you may need to look into a
> non-blocking server that can handle lots of open connections.
>

I guess following the other thread that not blocking with the session would
be an especially good idea in this situation.

Dave

-- 
Dave Warnock: http://42.blogs.warnock.me.uk
Cycling Blog: http://42bikes.warnock.me.uk

Reply via email to