Amos Latteier writes:
You could write a servlet publisher for Zope which would take requests, turn them into PCGI (or some other protocol that ZServer speaks) and send them to ZServer. This wouldn't be too hard for an experienced servlet writer.
Note that mod_jserv for Apache works in a very PCGI-like way; amodule inside Apache talks some simple protocol to a long-running Java process. Speculating wildly, it should be possible to throw away mod_jserv, re-implement the protocol, and talk directly to the long-running process. We have numerous things implemented as servlets, so I've thought about this a bit, but haven't done any serious work on it. -- A.M. Kuchling http://starship.python.net/crew/amk/ Rincewind could scream for mercy in nineteen languages, and just scream in another forty-four. -- Terry Pratchett, _Interesting Times_