Re: [Modeling-users] Lost connection with mysql
Status: Abandoned
Brought to you by:
sbigaret
|
From: <so...@la...> - 2003-03-26 16:13:50
|
On Thu, Mar 20, 2003 at 02:53:28PM +0100, so...@la... wrote: Ansering myself, I found the way to avoid this issue by using=20 ec.lock() and ec.unlock() at each web app request. (not really usefull for a threaded web app !!)=20 But i really think the doc, isn't clear about this=20 point. In fact i think that all operation on a=20 ec should be locked, even fetching ( !=3D the doc ). Cause if you don't, you will get some strange=20 behaviours meanly in the database adapator, that cause a segfault in the mysql one. I think S=E9bastien is busy right now, and I hope he find clear this point. -- |