<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I need to communicate with servers over tcp and also communicate with other servers over udp.<br>It seems not possible to launch two reactor objects one for tcp and one for udp.<br>The code after a reactor.run is not called.<br>How can this can be solved ?<br><br>One more thing that deals with timer.<br>When i send a message to a server if after some time i don't get an acknowledge i re send the message. <br>And that x times.<br>To do that i use Timer. When i send the message i start the timer if the acknowledge comes before the timeout i cancel the timer.<br>If i don't receive this acknwledge in time i cancel the timer i re send the previous message and i re start the timer.<br><br>In this two cases the program fails with the message the timer is still started.<br>What is the issue ? <br><br>Regards</td></tr></table><br>