David Hancock wrote: > Geoff Talvola wrote: > > If you're comfortable hacking the C code, you could change > > mod_webkit's behavior. Its current behavior was intended > > to allow restarting WebKit without losing requests. You > > could modify it so that it adds fault recovery -- when > > it can't contact WebKit, it could attempt to restart WebKit, > > wait a few seconds, _then_ try again. > > > > Another possibility is to add load balancing and fault tolerance > > right into mod_webkit -- when it fails to connect to one appserver > > it could try another. > > Both these ideas have a lot of merit. I'm rusty at C, but I'll "C" what I can do.
This is where the mod_python adapter could help. It's a little harder to set up than mod_webkit, but you could play around with ideas like this in Python code instead of C code. Speed-wise it should be almost as fast as mod_webkit. When you're done, you could choose to port your improvements to mod_webkit, or just stick with the mod_python adapter if performance is good enough. - Geoff ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
