× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



john e skrev:
http://en.wikipedia.org/wiki/Comet_(programming)

It's a big hack, and therefore complex to implement and i don't know how scalable it is.
But it seems to work (never tried it myself though).


Any sufficiently advanced hack is indistinguishable from magic :)

It is very important to use a web server which is built to serve Comet applications, as you otherwise end up using one thread (or even worse - process) per outstanding idle request.

From http://www.webtide.com/downloads/whitePaperAjaxJetty.html which discuss the Jetty web server (which is a good alternative to Tomcat)

"The following table shows that a Web 1.0 server can handle 10000 users with 500 threads and 36MB of thread stacks, which is easily achievable with current JVMs and servers. For a Web 2.0 application these requirements explode an order of magnitude to 10600 threads and 694MB of stack memory, which is pushing the limits of current servers without even considering the resource requirements of the application:"

I know that the i scales well, but having to use over half a gigabyte of memory just to serve is a bit much :)


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.