RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread SGreen
I can not and will not make an absolute recommendation to keep or lose the mutex before I performed a full code review. IMHO, the final stages of a project is one of the worst times to be making this kind of decision as it could impact so much work already accomplished. If you are certain tha

RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread lakshmi.narasimharao
NarasimhaRao (WT01 - Voice & Next Generation Networks) Cc: mysql@lists.mysql.com Subject: RE: Regarding the usage of mutex in the mysql connection threading <[EMAIL PROTECTED]> wrote on 08/30/2005 10:03:51 AM: > Could any one of you please let me know in mysql/myODBC > that the sessio

RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread SGreen
<[EMAIL PROTECTED]> wrote on 08/30/2005 10:09:27 AM: > > Hi, > > >Please advise us whether mysql/myodbc > > > > - handles different queries/write from different threads within the same > connection or not? > > - handles different queries (or batch fetches) from multi-connections or

RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread SGreen
mhaRao (WT01 - Voice & Next Generation Networks) > Cc: mysql@lists.mysql.com > Subject: Re: Regarding the usage of mutex in the mysql connection > threading > > <[EMAIL PROTECTED]> wrote on 08/30/2005 08:54:44 AM: > > Hi, > > >We migrated a NMS

RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread lakshmi.narasimharao
(WT01 - Voice & Next Generation Networks) Sent: Tuesday, August 30, 2005 7:34 PM To: mysql@lists.mysql.com Cc: '[EMAIL PROTECTED]' Subject: RE: Regarding the usage of mutex in the mysql connection threading hi , Could any one of you please let me know in mysql/myODBC th

RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread lakshmi.narasimharao
Please reply asap. Thanks, Narasimha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 6:40 PM To: Lakshmi NarasimhaRao (WT01 - Voice & Next Generation Networks) Cc: mysql@lists.mysql.com Subject: Re: Regarding the usage of mutex in

RE: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread lakshmi.narasimharao
s, Narasimha, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 6:40 PM To: Lakshmi NarasimhaRao (WT01 - Voice & Next Generation Networks) Cc: mysql@lists.mysql.com Subject: Re: Regarding the usage of mutex in the mysql connection threa

Re: Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread SGreen
<[EMAIL PROTECTED]> wrote on 08/30/2005 08:54:44 AM: > > Hi, > > >We migrated a NMS project from oracle 7.3 database to mysql > 4.0.23. In the migration we kept the mutex mechanism followed in the > oracle for connection threading. Actually these mutex are mainly used > before executing

Regarding the usage of mutex in the mysql connection threading

2005-08-30 Thread lakshmi.narasimharao
Hi, We migrated a NMS project from oracle 7.3 database to mysql 4.0.23. In the migration we kept the mutex mechanism followed in the oracle for connection threading. Actually these mutex are mainly used before executing the sql statements which returns multiple number of records and