<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>My server used reactor to listen clients's 
requests.</FONT></DIV>
<DIV><FONT size=2>and at client side, I used reactor to connect to 
server</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Now I want to use 2 reactors in server side,</FONT></DIV>
<DIV><FONT size=2>the server will listen some clients's requests,</FONT></DIV>
<DIV><FONT size=2>and it will run a thread to connect to an other 
server,</FONT></DIV>
<DIV><FONT size=2>at the same time</FONT></DIV></BODY></HTML>