Voting

: min(five, two)?
(Example: nine)

The Note You're Voting On

Anonymous
15 years ago
With regards to the database connection, one could deal with this using kill 9 or a sleep, the real problem is if two threads make a database query at the same time, PHP starts having random database errors that are not necessarily clear as to what the problem is.

You should create a separate link per thread.

<< Back to user notes page

To Top