Re: Multi-Threaded Sockets Application
From: Jason L James (jason_at_no-spam.dive-master.org)
Date: 11/26/04
- Next message: Jay B. Harlow [MVP - Outlook]: "Re: Quick way to transfer huge data from one file to another."
- Previous message: Li Pang: "How to pass address as an argument to a function"
- In reply to: Saurabh Kumar: "Re: Multi-Threaded Sockets Application"
- Next in thread: Tom Shelton: "Re: Multi-Threaded Sockets Application"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Nov 2004 13:58:37 GMT
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
On Fri, 26 Nov 2004 18:45:01 +0530, "Saurabh Kumar" <au@sd.com> wrote:
>why do u need a multi-thread app in the first place?
>
>"Jason L James" <jason@no-spam.dive-master.org> wrote in message
>news:41a6f508.5651055@news.demon.co.uk...
>> 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.
>
>
- Next message: Jay B. Harlow [MVP - Outlook]: "Re: Quick way to transfer huge data from one file to another."
- Previous message: Li Pang: "How to pass address as an argument to a function"
- In reply to: Saurabh Kumar: "Re: Multi-Threaded Sockets Application"
- Next in thread: Tom Shelton: "Re: Multi-Threaded Sockets Application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|