Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-13 Thread News123
Hi Gabriel, News123 wrote: > Hi Gabriel, > > Gabriel Genellina wrote: >> En Fri, 05 Feb 2010 20:03:51 -0300, News123 escribió: >> >>> I'm using an XMLRPC server under Windows. >>> >>> What I wonder is how I could create a server, that can be killed with >>> CTRL-C >>> >>> The server aborts ea

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-12 Thread Gabriel Genellina
En Fri, 12 Feb 2010 11:22:40 -0300, Aahz escribió: In article , Dennis Lee Bieber wrote: On 11 Feb 2010 21:18:26 -0800, a...@pythoncraft.com (Aahz) declaimed the following in gmane.comp.python.general: In article , Gabriel Genellina wrote: Strange. With Python 2.6.4 I don't need to do th

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-12 Thread Aahz
In article , Dennis Lee Bieber wrote: >On 11 Feb 2010 21:18:26 -0800, a...@pythoncraft.com (Aahz) declaimed the >following in gmane.comp.python.general: >> In article , >> Gabriel Genellina wrote: >>> >>>Strange. With Python 2.6.4 I don't need to do that; I'd say the difference >>>is in the OS

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-11 Thread Frank Millman
"Aahz" wrote in message news:hl2ob2$3i...@panix5.panix.com... In article , Gabriel Genellina wrote: Strange. With Python 2.6.4 I don't need to do that; I'd say the difference is in the OS or antivirus (some AV are known to break the TCP stack). Perhaps, but I've also found that ctrl-C doe

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-11 Thread Aahz
In article , Gabriel Genellina wrote: > >Strange. With Python 2.6.4 I don't need to do that; I'd say the difference >is in the OS or antivirus (some AV are known to break the TCP stack). Perhaps, but I've also found that ctrl-C doesn't work on Windows. -- Aahz (a...@pythoncraft.com)

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-06 Thread Gabriel Genellina
En Sat, 06 Feb 2010 21:24:33 -0300, News123 escribió: Gabriel Genellina wrote: En Fri, 05 Feb 2010 20:03:51 -0300, News123 escribió: I'm using an XMLRPC server under Windows. What I wonder is how I could create a server, that can be killed with CTRL-C Python 2.6 and up behaves exactly as y

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-06 Thread News123
Hi Gabriel, Gabriel Genellina wrote: > En Fri, 05 Feb 2010 20:03:51 -0300, News123 escribió: > >> I'm using an XMLRPC server under Windows. >> >> What I wonder is how I could create a server, that can be killed with >> CTRL-C >> >> The server aborts easily with CTRL-BREAK but not with CTRL-C (un

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-06 Thread News123
Hi Gabriel, Gabriel Genellina wrote: > En Fri, 05 Feb 2010 20:03:51 -0300, News123 escribió: > >> I'm using an XMLRPC server under Windows. >> >> What I wonder is how I could create a server, that can be killed with >> CTRL-C >> >> The server aborts easily with CTRL-BREAK but not with CTRL-C (

Re: how to make a SimpleXMLRPCServer abort at CTRL-C under windows

2010-02-05 Thread Gabriel Genellina
En Fri, 05 Feb 2010 20:03:51 -0300, News123 escribió: I'm using an XMLRPC server under Windows. What I wonder is how I could create a server, that can be killed with CTRL-C The server aborts easily with CTRL-BREAK but not with CTRL-C (under Windows) If I press CTRL-C it will only abort