.
Reading Apache::DBI was really helpful.
So, now that I am convinced that DB handles are unusable
after a fork() call, I have a follow-up question. :)
How about socket handles? Are they usable after fork()ing ?
Or do I need to provide code for creating a new socket and
bind()ing local address to it so that the child can listen()
and accept() ? If so, will the OS allow me to bind multiple
sockets to the same port number?