|
|
|
|
|
by try_it_nogaf
1 day ago
|
|
The readme says that db connection happens before forking. Im assuming its MySql. This means every child inherits the same tcp connection to the db.
That single connection is not only shared, but also will timeout out shortly after startup (depending on the environment of course)
Im guessing this is an error in the readme because that sounds a like a major issue. |
|