>Two:  If a
> single process in a multi-process application crashes, that process
> alone dies.  The buffer is flushed, and all the other child processes
> continue happily along.  In a multi-threaded environment, when one
> thread dies, they all die.


So this means that if a single connection thread dies in MySQL, all
connections die?

Seems rather serious. I am doubtful that is how they have implemented it.




---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to