Hi Sinisa,


Sinisa Milivojevic wrote:
> 
> Peter Duffy writes:
> > Hi Sinisa,
> >
> >
> > Do you know of any which are specifically accessed by multi-threaded
> > client applications via ODBC? (If so, I'd really like to know, so that I
> > can try to get hold of copies of the client applications to test in my
> > own environment.)
> >
> 
> As you very well know, it is completely irrelevant what kind of
> multi-threaded program it is. Those function perform the same
> regardless if programs listents to the socket or write to the
> socket. DBUG functions have got nothing to do with that.

My problems are within the mysqlclient and MyODBC libraries, both used
directly by the application (and therefore all on the "client" side of
the socket.) Both the mysqlclient and MyODBC libraries do (or in my case
did) contain calls to the DBUG functions. 

Obviously, given the fact that the libraries are being called directly
by the application, the amount of multi-threading done by the
application is most emphatically relevant.

> 
> There are many such programs utilizing DBUG functions, like
> mysqlmanagers in tool directory of 4.0.
> 
> Then several GUI clients. Practically dozens of them. Some of those
> GUI clients utilizing ODBC. Do some research on your side.

I have no interest in any other clients except possibly to investigate
whether or not they produced anything like the same behaviour that I am
observing with my own application. 

My only key objective is to fix my application, which, to repeat again,
is coredumping during calls to DBUG functions within the mysqlclient and
MyODBC libraries.

Regards,
Peter

---------------------------------------------------------------------
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