Does Connector/J 5.0 supports simulanious quries
M E <[email protected]> Tue, 1 Jul 2008 04:25:19 -0700 (PDT)
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
Hi I am new here I have multi-threaded program which are connecting via Connector / j 5.0 driver on each thread there is a query. I think there is a chance that Connector / j 5.0 driver receive a query statement while another query still in progress, Is that will cause my a problem. I am worry that My-SQL or Connector / j 5.0 driver do NOT support multi-queries. Thanks