Hello
 
I have a transparent application for voip built with winpcap,
it works as a bridge and uses 2 threads similar your app,
only once a year the pc where is installed hang up. I did not
find the reason.
 
how many times your app or your server lock ups ?
 
 
David
----- Original Message -----
From: J. Thomsen
Sent: Friday, July 02, 2004 6:01 PM
Subject: [WinPcap-users] About Multithreading

Hello.
 
For quite some time i've been using a bridge built on winpcap.
The bridge is multithreaded, one thread only reads, the other
one only writes, and except for a few lockups it has worked
fine for years. Now, from previous post i understand that one
can open multiple handles to the same adapter at the same
time without problem. My bridge has always just opened it
once, and passed this adapter handle to both the reader and
writer thread, meaning that the two threads read and write
to/from it simultaniously. Could this be the reason for the
lockups ? (its rare but it happens)
 
Thanks
J. Thomsen
 
 

Reply via email to