Adam Majer writes: > The biggest problem is debugging. Sure, you can fork and start all of the > processes concurrently, but what about if the start fails?
Then you restart with "--serial". > You also want to have some processes started before others so you need > asynchronous instead of synchronous waits... Which is why you need dependencies. > Alternatively, don't start Apache and Postgres on your workstation to > save a second or two in the boot process. I use Apache and PostgreSQL on my workstation. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]