in reply to MySQL multiprocessing
If I were doing this and the obvious forking approach was too slow, I would make a mod_perl server that waits for queries and returns the results. You could just send the queries to it over HTTP from your script that reads the queue. This is all basically done for you in the GoferTransport-HTTP module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MySQL multiprocessing
by dr_k (Novice) on Dec 11, 2007 at 17:55 UTC |