in reply to Sharing database handle
You might find it more portable (and perhaps faster) to tweak your database to allow more connections and to do anything suggested to improve performance on that end.
Another option maybe for the child processes not to write to the database at all (especially in the case with logging) and for the parent to dump the data into the db at regular intervals.
Hope this helps...
gav^
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sharing database handle
by graff (Chancellor) on Apr 20, 2002 at 00:40 UTC |