Filip Hanik wrote: > hi there, > I am rewriting the session replication for tomcat 5 to be more efficient. > Can I use jdk1.4 features such as java.nio packages for that ?
Sure. Just make sure conditional compilation will work ( i.e. someone with JDK1.3 will still be able to build tomcat ). If possible, it would be nice to also have fallback code - i.e. code that works ( slower ) on JDK1.3. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>