R
Ramta
Hi all,
I am trying to develop a Producer thread that listens for UDP packets on a
socket and store then in an ArrayList.
The consumer should read data from list and block when no element is in
list.
When producer inserts a message in list, it should make the consumer aware
of the item and consumer should process the item as soon as it is available.
How can i do this using vb.net
Thanks in advance
I am trying to develop a Producer thread that listens for UDP packets on a
socket and store then in an ArrayList.
The consumer should read data from list and block when no element is in
list.
When producer inserts a message in list, it should make the consumer aware
of the item and consumer should process the item as soon as it is available.
How can i do this using vb.net
Thanks in advance