Unix stream socket blocks once the buffer is full
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have created a UNIX stream socket which buffers 10 messages. What happens when 11th message comes from a different process..Does my write() operation blocks? If that was the case, can you please suggest me a solution to return from write without blocking
Thanks in advance!
c++ ipc unix-sockets
add a comment |Â
up vote
0
down vote
favorite
I have created a UNIX stream socket which buffers 10 messages. What happens when 11th message comes from a different process..Does my write() operation blocks? If that was the case, can you please suggest me a solution to return from write without blocking
Thanks in advance!
c++ ipc unix-sockets
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have created a UNIX stream socket which buffers 10 messages. What happens when 11th message comes from a different process..Does my write() operation blocks? If that was the case, can you please suggest me a solution to return from write without blocking
Thanks in advance!
c++ ipc unix-sockets
I have created a UNIX stream socket which buffers 10 messages. What happens when 11th message comes from a different process..Does my write() operation blocks? If that was the case, can you please suggest me a solution to return from write without blocking
Thanks in advance!
c++ ipc unix-sockets
asked Mar 6 at 1:41
Karthick
266
266
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f428397%2funix-stream-socket-blocks-once-the-buffer-is-full%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password