Re: pylibpcap and multiple threads

2005-01-25 Thread Örjan Gustavsson
from python. /Örjan Gustavsson Carlos Ribeiro wrote: On Mon, 24 Jan 2005 15:18:39 +0100, Örjan Gustavsson <[EMAIL PROTECTED]> wrote: Hi All! Sorry if this is not the correct forum for this kind of question (I did not find any pylibpcap related lists). I am trying to use pylibpcap to c

pylibpcap and multiple threads

2005-01-24 Thread Örjan Gustavsson
when one thread is blocking inside pcap.loop() for instance, it seems to have acquired the GIL, so that no other threads can run. Does anyone know a way to do this with threads, or is the only way to have separate processes for each NIC? Regards, Örjan Gustavsson -- http://mail.python.org