Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7816033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:43:18+00:00 2026-06-02T05:43:18+00:00

Ive a question about this example: Asynchronous Client Socket . It says that the

  • 0

Ive a question about this example: Asynchronous Client Socket .
It says that the operations are asynchronous and they ARE (beginxxx/endxxx are presented), but they use ManualResetEvent and if i understand the sample code correctly – such calls:

  Receive(client);
  receiveDone.WaitOne();

Will block the thread, they were called from. So that if i have an application with UI and i call that async socket code from main thread – application will freeze…Or am i wrong? Sorry, i expected to send/receive some commands over tcp asynchronously without freezing main thread. Will i have to call all the socket operations from that sample to avoid freezing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T05:43:20+00:00Added an answer on June 2, 2026 at 5:43 am

    Yes, this code is set up so that it will run synchronously. However, you can easily use the Beginxxx and Endxxx calls yourself rather than wrapping them as this (poor) example of asynchronous action is written.

    For further clarification, the article does run each method asynchronously, but then blocks using blocker.WaitOne(); A better approach to something like this might be to have your beginconnect callback trigger a send, which will have its callback trigger a receive, etc

    You could also use the TPL and take advantage of their ContinueWith functionality to do this. Then your code might even look cleaner 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a question about recursive functions. I've made this little example program that
I've asked about this very example in another question: Fill in a form with
I understand that are similar question on StackOverflow about this problem, but none of
I'm trying to run the example from this question about using the BMC remedy
Ive found simlar posts before about this but nothing really answers the question. In
Somewhat inspired by this question about a graphical programming environment. I don't think that
I've a question about weka as this person: Hi all: I felt really strange
Follow up to this question about GNU make : I've got a directory, flac
I've been thinking about this object oriented design question for a while now and
I think this is a moderately neophyte question. I've been using NHibernate/FluentNHibernate for about

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.