On Sun, Mar 02, 2003 at 11:25:29PM -0500, [EMAIL PROTECTED] wrote: > We are trying to write a client server application which typically has > thousands of clients interacting with a single application server sitting on > a single machine. Each client will request the application server for a > document and the application server will then construct the requested > document by quering the database and send it to the client. > > With this background I am thinking of using the jabber protocol with client > code written using java may be as an applet and the application server piece > again written in java sitting on the server machine. The client and the > application server interacting thru jabber server. Jabber server will again > be sitting on the server machine.
From the description above it sounds like what you want is not a jabber system, but an http system -- http servers don't have to serve webpages, they can serve whatever data you want them to. Do the clients connecting to the main server ever interact with each other? Or does the server just handle each request independantly? Don't get me wrong, I'm all for using Jabber technologies, but use the right tool for the right job. -- Casey
pgp00000.pgp
Description: PGP signature
