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 7960819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:51:56+00:00 2026-06-04T04:51:56+00:00

Do I have to wait for signals with select() in order to send something

  • 0

Do I have to wait for signals with select() in order to send something in non-blocking sockets ? What if I have always have something to send and then I call send() function ? I mean, everytime i call send(), there is definitely some data to send with fixed length. Does it mean that send will not block ?

  • 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-04T04:51:58+00:00Added an answer on June 4, 2026 at 4:51 am

    A call to send will never block on a non-blocking socket. If the data could not be sent (for example if the send buffer is full), then send will return immediately with a value of SOCKET_ERROR.

    Any call that would block is signaled by an error code of WSAEWOULDBLOCK (by calling WSAGetLastError).

    The same is true for a call to receive, if there is no data in the receive buffer, the call still returns immediately, with an error.

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

Sidebar

Related Questions

After a fork call, i have one father that must send sigusr1 or sigusr2
I have the following code which I'd hope would wait 2 seconds then wait
I have a thread that does the following: 1) Do some work 2) Wait
I have a custom thread pool class, that creates some threads that each wait
I have implemented ReaderWriterLockSlim, Now i don't want it to wait at the lock.
I have a php script I need to run every 5 seconds (run, wait
I have a thread function on Process B that contains a switch to perform
I have a simple server that looks something like this: void *run_thread(void *arg) {
I have this POSIX thread: void subthread(void) { while(!quit_thread) { // do something ...
I want to have a message send & receive through 2 uni-direction FIFO Flow

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.