Hi !

)-----Original Message-----
)From: Danny Khow [mailto:[EMAIL PROTECTED]]
)Sent: Wednesday, August 08, 2001 8:15 AM
)To: [EMAIL PROTECTED]
)Subject: error connecting to mysql using JDBC
)
)
)MySQL reported this error when i tried to connect using JDBC :
)
)Error during query: Unexpected Exception: java.sql.SQLException message
)given: Communication link failure: java.io.IOException
)
)the funny thing about the error is that it only happens once in a while.
)Meaning that an SQL statement might be working fine today but when
)i test it
)the next day without even modifying anything at all i will get this error
)

It looks some thing related to threading and/or timing. You said, you are
not able to re-produce it every time. Is it possible for you to make it
every time and send the sample or atleast the code which is causing the
problem ? Becuase this type of things (Communication failure) needs to be
fixed from the driver/server point of view, else this will defiantly causes
problem in heavy loads.

Thanks in advance
Venu
--
For technical support contracts, go to https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Venu <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Woodside, California  USA
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to