<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
I've gotten questions during the week about whether you have to use
multithreading in your server. I gave an incorrect answer when I said
"you don't have to use multithreading, you can use select." I should
have instead said, don't use threads, you <b>must use select</b>.
Sorry for any trouble my earlier answer may cause you.<br>
Again, use select, do not use threads.<br>
<br>
Daniel<br>
</body>
</html>