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
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
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
"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
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)
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
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
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 (
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