pylibpcap and multiple threads

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Örjan Gustavsson

    #1

    pylibpcap and multiple threads

    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 capture network traffic from several
    ethernet devices at the same time, each nic having a separate thread
    assigned to it.

    My problem is that 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

Working...