Subject: What it more efficient fork or thread ?
From: Jonas Hoffmann <ruby joelh.de>
Date: Mon, 6 Jan 2003 15:30:25 +0900
Hi !
I will write a small TCPServersystem and my question is, what is more
efficient for that, always start a Childprocess if there is a new connenction
request or should i only start a new thread . And what is easier to handle ?
mfg. Jonas Hoffmann