Coo, just curious.  This is a replacement for remote invocation which is
optimized for connections and data transfer?  Do you know if the data is
very large that gets passed back and forth?  If so, might want to add
optional compression.  I have found that the time/cpu to compress (on
the fly) to a remote server is negligible compared to the time it would
take to upload uncompressed.  Anyways, just a though.

--jason


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:jboss-
> [EMAIL PROTECTED]] On Behalf Of Hiram Chirino
> Sent: Wednesday, August 07, 2002 8:33 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-dev] what does trunk mean in the context of an
> invoker?
> 
> 
> It kinda describes the way this invoker works.  It setup up a single
> "trunk"
> socket connection to the server which all client threads share.  I
know,
> the
> name sucks..  I'm open to sugestions.
> 
> What I'm trying to provide with this "trunk" invoker is provide an
invoker
> that will allow the server scale to a higher number of client
connections.
> Still not ready for prime time use but I wantted to add it in before
my
> CVS
> snapshot got too out of date with the current stuff.
> 
> Regards,
> Hiram
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of
Jason
> > Dillon
> > Sent: Wednesday, August 07, 2002 10:12 PM
> > To: 'Jboss-Development@Lists. Sourceforge. Net'
> > Subject: [JBoss-dev] what does trunk mean in the context of an
invoker?
> >
> >
> > Just curious,
> >
> > --jason
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to