Multi-Threaded Sockets Application

J

Jason L James

Hi all,

I am in the very early stages of writing a multi-threaded
sockets application to enable me to communicate using
TCP/IP to several (upto 255) embedded Ethernet
controllers in VB.Net.

Does anyone have any suggestions for where I could
start to look for ideas for such an application?

Many thanks,

Jason.
 
J

Jason L James

Saurabh,

Since there are numerous embedded TCP/IP controllers, all acting as
web servers, i need to establish connections to them all so that I can
receive any messages that come from them.

Polling them is not an option as establishing a connection to one
server would drop an existing connection to another server.

Configuring them as web client is not the answer as both the embedded
device and the host PC can send message, but it is essential that I
capture any messages from the embedded device.

Hope that helps.

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top