the problem that i have faced in using pushlet is
that when wanting to load balance with multiple app
servers using pushlet, with a Apache web server as a
front end. Some how the request is given to the
relevant app server and is processed but the response
does not go to the browser... but in the logs it is
as that the request has been served...
the configuration i had is a Apache web server
fronting 3 tomcat servers connected via mod_jk 1.2 on
the AJP13 connection.
so i don't know if this is a bug/issue/new feature...
if this could be rectified and appropriate
documentation can be made for this secnario it would
be very useful in creating scalable applications, as
at present I'm stuck not being able to load balance