AW: [Python-de] timeout für xmlrpc.Server Methoden
Buelent Aldemir
b.aldemir at e-evolution.de
Son Sep 5 19:59:09 CEST 2004
Benutze timeoutsocket.py von Timothy O'Malley.
http://www.timo-tasi.org/python/timeoutsocket.py
Aus dem Modulekommentar:
This module enables a timeout mechanism on all TCP connections. It
does this by inserting a shim into the socket module. After this module
has been imported, all socket creation goes through this shim. As a
result, every TCP connection will support a timeout.
> -----Ursprüngliche Nachricht-----
> Von: python-de-bounces at python.net
> [mailto:python-de-bounces at python.net] Im Auftrag von robert rottermann
> Gesendet: Samstag, 4. September 2004 21:04
> An: python-de at python.net
> Betreff: [Python-de] timeout für xmlrpc.Server Methoden
>
> Salu zäme,
> kann mir jemand verraten wie ich das timeout für methoden die
> ich über einen xmlrpc.Server aufrufe setzen kann.
>
> Ich finde tief im den Abgründen der Klassenhierarchie eine
> Socket Instanz, die set/getdafaultimout Methoden haben. Aber
> ich sehe keine Möglichkeit siese Methoden zu nutzen.
>
> Danke
> Robert
>
> _______________________________________________
> python-de maillist - python-de at python.net
> http://python.net/mailman/listinfo/python-de
>