On Mon, 2006-07-31 at 16:32 +0900, Trustin Lee wrote: > Hi Oleg, > > On 7/31/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > Folks, > > > > Per our discussion and agreement with Peter Royal, I have thrown > > together a simple yet full-featured and spec compliant HTTP/1.1 server > > based on HttpComponents Core [1] and MINA. My main objective in this > > exercise was to see if the HttpComponents protocol layer could be (more > > or less) easily put on top of MINA I/O architecture. HttpCore is based > > on the classic (blocking) I/O model and I had to use the StreamIoHandler > > as a bridge between HttpCore and MINA's event driven I/O model. > > > > The HTTP server appears fully functional and reasonably stable. If > > there's an interest in such a contribution I could create a new Jira > > ticket and attach the source code to it. > > > We're interested definitely! Thank you for your will for contribution! > Although we need to find out the best way to cooperate with AsyncWeb by > Dave, but I think we can get advantages from both sides. Great! > > Trustin
I am glad to hear that. The first version of the HTTP server based on Mina and HttpCore is finished and ready for review. However, I would like to see DIRMINA-229 and DIRMINA-232 issues resolved first, so I could run a few more tests prior to submitting the code. Cheers, Oleg
