Menu

Does Java 1.4 Non-blocking IO Help JDBC?

Help
2002-06-18
2002-08-07
  • Nobody/Anonymous

    In most cases JDBC uses TCP/IP to connect directly to a native database.  Is this a case were the non-blocking IO in Java 1.4 might help?  Can it speed up the network access at all?  Does jxDBCon use or have plans to use this feature?

    Thanks

     
    • Keve Müller

      Keve Müller - 2002-08-07

      Hi,

      I don't think that the NIO functionality would help much in performance of the driver. This would be definitely one the last things that are implemented.

      If somebody proves me wrong and shows that NIO might improve speed, then I will gladly follow.

      I'm posting a subtask for this - anyone feel free to pick it up and investigate the issue.

      Keve

       

Log in to post a comment.