|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Re: Re: Sharing database handleby d_i_r_t_y (Monk) |
| on Apr 23, 2002 at 08:40 UTC ( #161237=note: print w/ replies, xml ) | Need Help?? |
|
i'm forking about 1 process every second. continuously?! surely not?!!... perhaps you should post the code? if divide and conquer is not applicable then i have one other suggestion:
an example of this approach (a pre-forking server, like apache) is in the perl cookback in the chapter on sockets or IPC, though i don't have the book in front of me at the moment, so can't give specific recipe. but you're probably right; unless you're loading >1Gb of data (which does or does not need transformation prior to insert), it's probably fast enough. ;-) d_i_r_t_y
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||