> From: Christopher L Merrill <[EMAIL PROTECTED]>
> Reply-To: "Research Triangle Java User's Group mailing
> list."<[EMAIL PROTECTED]>
> Date: Mon, 05 Jan 2004 16:55:22 -0500
> To: "Research Triangle Java User's Group mailing list." <[EMAIL PROTECTED]>
> Subject: Re: [Juglist] Cool stuff with Java?
> 
> Andrew Oliver wrote:
>> That does sound pretty cool to me.  Is that open source or no?  I think
>> there may be a few places I may end up needing something like that.  I could
>> also use some good NIO examples.
> 
> Nope...it's closed source.  Most of it is pretty application-specific.
> But there are parts of our non-blocking NIO framework that might be reusable -
> and if so, we might consider it as part of an open-source module.
> (We searched long and hard for an HTTP implementation that had the level of
> scalability and efficiency, especially in garbage production, that our product
> requires and could find nothing...hence we re-invented a slightly-improved
> wheel)
> 

Yes, particularly if you can abstract the http client stuff, maybe it could
go with the http://jakarta.apache.org/commons/httpclient/ stuff...

> I assume you're looking at NIO for increasing the capacity of JBoss, since
> there are few other reasons to use NIO?  Sockets are a much simpler
> abstraction
> to work with.  But those damn threads take a lot of resources when you start
> talking about 1000 simultaneous operations.
>

Primarily yes, but also for my mail services stuff.
 
> BTW, my next task is an asynchronous implemention of SSL/HTTP on the
> server-side.
> 

Explain that?  How can it be asynchronous??

> 
> -- 
> -------------------------------------------------------------------------
> Chris Merrill                  |  http://www.webperformanceinc.com
> Web Performance Inc.           |  http://www.webperformancemonitoring.net
> 
> Website Load Testing, Stress Testing, and Performance Monitoring Software
> -------------------------------------------------------------------------
> 
> 
> _______________________________________________
> Juglist mailing list
> [EMAIL PROTECTED]
> http://trijug.org/mailman/listinfo/juglist_trijug.org


_______________________________________________
Juglist mailing list
[EMAIL PROTECTED]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to