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...
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]
