On Wed, 2007-01-24 at 11:37 +0100, Amer Music wrote:
> Thanks Oleg,
> 
> I spoke with my boss and response to my questions about number of
> possible active concurrent users was very vague and there is concrete
> possibility to have around to 600/700 user in busy days...
> After looking on last examples updated yesterday of nio module, and much
> activity lately on that area, I decided to learn nio module and
> implement 'plain http' part and wait a little until you guys have
> finished 'ssl part'... I am not by any stretch a networking guru, but if
> I can be helpful in any way just tell me... For example if you are
> interested I can give you updated spring demo for spring 2.0...
> 

That would be great to have a Spring 2.0 enabled module which one could
use to assemble various Http components using Spring's DI framework.
That'd be a major contribution.

I'll be doing quite some hacking on the client-side NIO code in the
coming weeks, so you would help me greatly if you could test the code in
the SVN trunk, report bugs and contribute ideas about API improvements.

Cheers

Oleg


> My journey to implement this beast would be:
> 1) play with nio http client example refactoring it so that requests are
> contained in external source something like Queue<SessionRequest>...
> 2) make a prototype where one thread pumps the requests and other thread
> is nio http client which serves the requests and prints them to the console
> 3) play with nio server as 1) but pumping the requests on
> Queue<SessionRequest>
> 4) integrate those 2 modules
> 
> What do you think ?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to