On Saturday 02 February 2002 16:49, Paul Hammant wrote: >. . . > I see the separation of Cocoon into three/four core parts: >. . . > 2.1) A lightweight servlet that delagates via RMI or JNDI (you folks > heard of AltRMI yet) to the engine elsewhere >. . .
I don't know much about Phoenix but this rings a bell - being able to run parts of the "webapp server" in different processes has huge advantages in terms of scaling, handling differences in versions of jars or JVMs, being able to stop some parts and not others, etc. The ultimate scalable mechanism IMHO is sending requests to a JMS bus queue, where they can be picked up by a farm of engines for processing. (er, no, I'm not volunteering to implement it right now, just thinking outloud ;-) -- -- Bertrand Delacrétaz, www.codeconsult.ch -- web technologies consultant - OO, Java, XML, C++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]