Warren Smith wrote:
> There
> would also have to be some changes to Webkit to make it scale across
> multiple machines.  Our CGI application currently runs on 13 web
> servers behind an IP sprayer.  Moving to a long-running process like
> Webkit would make it much more efficient.  However, we would still
> need it to work cleanly on more than one app-server.  The issue of
> sharing session data between app-servers is probably the largest
> issue that would need to be resolved.  My experience with Webkit so
> far has been that it is not designed with this type of environment in
> mind, though I don't think it wouldn't take much to fix it. 

If your IP sprayer supports "session affinity", where it can be configured
to examine the cookies and direct all requests for a particular session to
the same server, then Webware can be used as-is.    If you make heavy use of
session variables then this is bound to be more efficient than having to
rely on a centralized session store.

But, I agree, it would be nice if Webware supported a centralized session
store out of the box.

- Geoff


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to