From: SourceForge.net <no...@so...> - 2006-04-21 05:59:32
|
Bugs item #1474021, was opened at 2006-04-20 22:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=1474021&group_id=7869 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Multithreading Initial Comment: Let's consdier sample case. I have a simple program that starts numerous threads. In thread routine I create Connection object and try to connect to database. The problem is that in Connection objects MYSQL* are equal so I ve got errors. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107869&aid=1474021&group_id=7869 |