> -----Original Message----- > From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 02, 2002 10:56 AM > > 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.
Methinks JMS is too slow for this as a generalized transport. Some of the advantages that you pick up with JMS (guaranteed async message delivery after arbitrary delays) don't really buy you anything in a snappy web hosting environment. It *does* seem applicable in a workflow management scenario though, putting a document "on the bus" for different sinks to process would work well, because the performance expectation on CMS use cases aren't usually near that of OLTP/web browsing. :b --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]