From: Warren Young Date: November 22 2004 10:17pm Subject: Re: Proper use of MySQL++ objects List-Archive: http://lists.mysql.com/plusplus/3707 Message-Id: <41A2657B.7090802@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Verfranc Raganas wrote: > > Finally I found out that when I do the instantiation of > the Connection class after the instantiation (or creation) of my Socket > Listener class, everything went into glory :). Such order of initialization changes shouldn't be necessary. I wonder if you were manipulating socket IDs using your socket I/O code that belonged to libmysqlclient.