Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hai everybody,

 

I'm trying to build a client/server application. I have only one problem. The client sends a request (ex. GetStuffFromDatabase()) and the server than executes this command, get's data from a database (by odbc connection) and sends the result back to the client. The client than parses the result into readable chunks. However, the next command is allready send to the server before the result has been parsed.

 

How can I keep my client/server waiting until another function of process has finished before sending a new request?

 

Thnx in advance, really need help. The app. is being build in vb.net and I've been studying .NET for just about a month so not very skilled in it yet.

 

Thnx.

 

D.

Intellectuals solve problems, geniuses prevent them!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...