|
-
Apr 20th, 2004, 03:04 PM
#1
Thread Starter
Member
.Net Sockets
Hey all, I am hoping someone can help me. I am creating a program that communicates wirelessly and uses tcp sockets to do so.
I am to the point where a client makes a request to a server where I have called the listen method. The server processes the request from the client and then sends a message back to the client.
Really what I want to do is the following....
A client makes a request for data, the server processes the request and then sends a message to the client. The client responds confirming it has received the message, then the server sends the next message and so on so forth.
Essentially, the message the server is sending is a row of data from a database. Each message the server sends is another row of data.... So why am I doing it this way. The connection is made over a 800mhz radio system. So because of the speed I cannot send more than one record at a time. This is why I need to send sperate messages.
Any help would be appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|