[JDEV] Java/Jabber/Client-Server Application

Casey Crabb crabbkw at nafai.dyndns.org
Mon Mar 3 13:01:37 CST 2003


On Sun, Mar 02, 2003 at 11:25:29PM -0500, Anuadiga at aol.com 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://www.jabber.org/jdev/attachments/20030303/ae513711/attachment-0002.pgp>


More information about the JDev mailing list