Oleg,

Although I personally love JDK 1.5 a lot, I see that many people still must use JDK 1.4. Mostly because J2EE 1.4 is the most prominent (Java) server technology used. J2EE 1.5 is still very young and there is tons of 1.4 legacy code that needs 1.4 compatibility.

I suggest to use the 1.4 backport of the concurrent package as mentioned by Julius Davies.

Odi

Oleg Kalnichevski wrote:
Folks,

I have been quietly working on the NIO based client in HttpCore NIO and
kind of missed java.util.concurrent primitives a lot in the process of
it.
How would everyone feel about possibility of using Java 1.5 for HttpCore
NIO (and possibly HttpAsync as it would also benefit greatly from using
java.util.concurrent code instead of home brewed sync primitives)?

Oleg


--
[web]  http://www.odi.ch/
[blog] http://www.odi.ch/weblog/
[pgp]  key 0x81CF3416
       finger print F2B1 B21F F056 D53E 5D79 A5AF 02BE 70F5 81CF 3416

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

Reply via email to