Hi Oleg

Synapse also wants SSL support in server and client mode, and we are ok 
to move to JDK 1.5 to do this with NIO.

Another optimization we would like to have is the ability for the client 
API to be able to reuse underlying connections if possible - i.e. 
something in the lines of a connection pool. In some preliminary 
performance testing, opening a new socket for each message being sent to 
a back-end causes us a huge cost.
    

Not done yet, but certainly planned
  
I have completed a basic http transport for Synapse using HTTP core with NIO extensions for both client and server sides

I see you have already started to look into the connection manager (HTTPCORE-25) issue to reuse connections for the client side. I am also particularly interested on how to use SSL with this new transport now. Could you help me get started on this?

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

Reply via email to