Hi Oleg
I just published the latest HttpCore snapshots to the Maven2 snapshot
repository. The patch attached below fixes the breakage in Synapse due
to some minor API changes in HttpCore.
Cool.. and many thanks! I will look into our unit test failure.. seems like something else is wrong..
GroupId: org.apache.httpcomponents
ArtifactId: jakarta-httpcore-niossl
Version: 4.0-alpha4-SNAPSHOT

I have run a number of tests on NIO SSL and it appears to be holding up
quite well for a first cut. At any rate, more real-life testing and some
feedback, positive or negative, would be highly welcome.
I will be traveling this week in the US, but this is certainly one of my highest priorities, and thus I will get back to you with the outcome of our testing and use as soon as possible.
I should also mention that at the moment the SSL I/O session executes
all potentially blocking SSL handshake tasks on the main I/O thread [1].
I am aware of this problem and will be working on fixing this
deficiency. However, I would like to reduce the complexity of the
problem somewhat in order to be able to concentrate on the essential
transport aspects first (which are already complex enough), get them
reliably and then deal with non-essential aspects such as using helper
threads to run potentially blocking SSL handshake tasks off the main I/O
thread.
Yes, I understand and totally agree..

regards
asankha

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

Reply via email to