in reply to Re: Code and Process Efficency
in thread Code and Process Efficency
Unless your system has multiple CPU's, forking is not going to speed up processing of your programs, but rather make them slower because of memory usage and task switching overheads.Assuming each process is cpu limited.
|
|---|