[JDEV] server performance questions

Thomas Charron tcharron at ductape.net
Fri Jan 21 11:32:23 CST 2000


Quoting "Corbett J. Klempay" <cklempay at chimera.acm.jhu.edu>:
> Ah, sweet.  I just checked it out.  That is a cool idea (the generality
> makes it potentially so much more leverageable than a distributed
> directory (which is cool in itself)).  Would the hub functionality be
> implemented as a separate process, or as a module for a regular jabber
> server?  Is the mod_mysql (or mod_whatever_dbserver) module to provide the
> logic the hub needs to do its db stuff (in addition to its original
> 'authenticate users against a db' functionality), or would there have to
> be another module for the db being used? (so like if mysql were used,
> you'd need both a module to do the user authentication against the db, and
> another module to do the hub db stuff)

  I'd say that there would be one of two ways for JUD to function.

  1) As a transport.

     This would allow virtually *anything* to communicate by simply using 
a 'registry hub' address.

  2) As a server module.

     This COULD be done, but I'd say it belongs in the transport level, as it 
in and of itself would also be doing things, and really doesn't belong in 
server itself..

  As a matter of fact, the hub transport could be made modular in the same way 
that jserver currently is, and allow the data to be stored using modules just 
as jserver does..

--- 
Thomas Charron
<< Wanted: One decent sig >>
<< Preferably litle used  >>
<< and stored in garage.  ?>>




More information about the JDev mailing list