<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Handle multiple socket connections with fd_set and select on Linux	</title>
	<atom:link href="https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 31 Jul 2020 07:23:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: ;		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-198486</link>

		<dc:creator><![CDATA[;]]></dc:creator>
		<pubDate>Wed, 05 Jun 2019 18:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-198486</guid>

					<description><![CDATA[How do I send a message to all connected clients?]]></description>
			<content:encoded><![CDATA[<p>How do I send a message to all connected clients?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vandana		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-158526</link>

		<dc:creator><![CDATA[Vandana]]></dc:creator>
		<pubDate>Wed, 23 May 2018 07:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-158526</guid>

					<description><![CDATA[Thanks for the sample cod, it works very well. I tried to modify it for udt, but now no incoming connections happen. Pls advise]]></description>
			<content:encoded><![CDATA[<p>Thanks for the sample cod, it works very well. I tried to modify it for udt, but now no incoming connections happen. Pls advise</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jutt		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-149863</link>

		<dc:creator><![CDATA[jutt]]></dc:creator>
		<pubDate>Sun, 31 Dec 2017 21:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-149863</guid>

					<description><![CDATA[Sir there is no other way to handle the multi client by telnet. I want to connect my client with this server code how i attach this]]></description>
			<content:encoded><![CDATA[<p>Sir there is no other way to handle the multi client by telnet. I want to connect my client with this server code how i attach this</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bingo		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-126232</link>

		<dc:creator><![CDATA[Bingo]]></dc:creator>
		<pubDate>Sun, 06 Aug 2017 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-126232</guid>

					<description><![CDATA[Well I suppose you&#039;re the one who wrote this article on GeeksForGeeks http://www.geeksforgeeks.org/socket-programming-in-cc-handling-multiple-clients-on-server-without-multi-threading/]]></description>
			<content:encoded><![CDATA[<p>Well I suppose you&#8217;re the one who wrote this article on GeeksForGeeks <a href="http://www.geeksforgeeks.org/socket-programming-in-cc-handling-multiple-clients-on-server-without-multi-threading/" rel="nofollow ugc">http://www.geeksforgeeks.org/socket-programming-in-cc-handling-multiple-clients-on-server-without-multi-threading/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bingo		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-126184</link>

		<dc:creator><![CDATA[Bingo]]></dc:creator>
		<pubDate>Sun, 06 Aug 2017 10:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-126184</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-92099&quot;&gt;Jesus&lt;/a&gt;.

What is your argument exactly? This tutorial is about handling multiple clients, using select function, which it does and it is correct.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-92099">Jesus</a>.</p>
<p>What is your argument exactly? This tutorial is about handling multiple clients, using select function, which it does and it is correct.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ali		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-124178</link>

		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Tue, 18 Jul 2017 09:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-124178</guid>

					<description><![CDATA[can i get the client code.]]></description>
			<content:encoded><![CDATA[<p>can i get the client code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ali		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-124177</link>

		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Tue, 18 Jul 2017 09:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-124177</guid>

					<description><![CDATA[Can i get the client code please...]]></description>
			<content:encoded><![CDATA[<p>Can i get the client code please&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bane		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-115790</link>

		<dc:creator><![CDATA[Bane]]></dc:creator>
		<pubDate>Mon, 24 Apr 2017 04:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-115790</guid>

					<description><![CDATA[If you guys need a client code.  Go to:
http://www.linuxhowtos.org/C_C++/socket.htm

The client code from there works]]></description>
			<content:encoded><![CDATA[<p>If you guys need a client code.  Go to:<br />
<a href="http://www.linuxhowtos.org/C_C++/socket.htm" rel="nofollow ugc">http://www.linuxhowtos.org/C_C++/socket.htm</a></p>
<p>The client code from there works</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bane		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-115789</link>

		<dc:creator><![CDATA[Bane]]></dc:creator>
		<pubDate>Mon, 24 Apr 2017 04:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-115789</guid>

					<description><![CDATA[Thank you so much!  Your the shit!]]></description>
			<content:encoded><![CDATA[<p>Thank you so much!  Your the shit!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: stowoda		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-106877</link>

		<dc:creator><![CDATA[stowoda]]></dc:creator>
		<pubDate>Fri, 24 Feb 2017 06:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-106877</guid>

					<description><![CDATA[Code is commented very well so a beginner can understand it quickly.
Though there are some drawbacks which users pointed out, this how-to helped me a lot.
Thanks!]]></description>
			<content:encoded><![CDATA[<p>Code is commented very well so a beginner can understand it quickly.<br />
Though there are some drawbacks which users pointed out, this how-to helped me a lot.<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rajeev		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-101467</link>

		<dc:creator><![CDATA[rajeev]]></dc:creator>
		<pubDate>Fri, 30 Dec 2016 17:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-101467</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-92099&quot;&gt;Jesus&lt;/a&gt;.

Correct. I greee. Publisher can clarify this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-92099">Jesus</a>.</p>
<p>Correct. I greee. Publisher can clarify this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lorenzo		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-94623</link>

		<dc:creator><![CDATA[Lorenzo]]></dc:creator>
		<pubDate>Sat, 24 Sep 2016 08:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-94623</guid>

					<description><![CDATA[Hi, i want to know if this server can be used also for an UDP connection or only for the TCP

Thanks for everything]]></description>
			<content:encoded><![CDATA[<p>Hi, i want to know if this server can be used also for an UDP connection or only for the TCP</p>
<p>Thanks for everything</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jesus		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-92099</link>

		<dc:creator><![CDATA[Jesus]]></dc:creator>
		<pubDate>Tue, 23 Aug 2016 11:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-92099</guid>

					<description><![CDATA[With the system call &#039;select&#039; you can not handle multiple connections at a time. To do that, you need to use threads or processes.

Let&#039;s suppose that a client request takes a long time to be processed. With &#039;select&#039;, during that time you can not attend to another client request until the first client request has finished]]></description>
			<content:encoded><![CDATA[<p>With the system call &#8216;select&#8217; you can not handle multiple connections at a time. To do that, you need to use threads or processes.</p>
<p>Let&#8217;s suppose that a client request takes a long time to be processed. With &#8216;select&#8217;, during that time you can not attend to another client request until the first client request has finished</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AKshat Sinha		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-91230</link>

		<dc:creator><![CDATA[AKshat Sinha]]></dc:creator>
		<pubDate>Fri, 12 Aug 2016 09:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-91230</guid>

					<description><![CDATA[Nice Tutorial :)]]></description>
			<content:encoded><![CDATA[<p>Nice Tutorial :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lindy		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-87062</link>

		<dc:creator><![CDATA[lindy]]></dc:creator>
		<pubDate>Sat, 02 Jul 2016 13:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-87062</guid>

					<description><![CDATA[this was so helpful!
can you kindly email me a sample of 2client codes please.]]></description>
			<content:encoded><![CDATA[<p>this was so helpful!<br />
can you kindly email me a sample of 2client codes please.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: zeewaqar		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-85095</link>

		<dc:creator><![CDATA[zeewaqar]]></dc:creator>
		<pubDate>Wed, 22 Jun 2016 08:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-85095</guid>

					<description><![CDATA[it helped me alot.thanks]]></description>
			<content:encoded><![CDATA[<p>it helped me alot.thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Usman		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-75485</link>

		<dc:creator><![CDATA[Usman]]></dc:creator>
		<pubDate>Fri, 29 Apr 2016 03:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-75485</guid>

					<description><![CDATA[if server also write something time to time and want to broadcast the some messsage to the connected client then how it possible,,,please replay.
 sir tanks in advace]]></description>
			<content:encoded><![CDATA[<p>if server also write something time to time and want to broadcast the some messsage to the connected client then how it possible,,,please replay.<br />
 sir tanks in advace</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Md Mainuddin		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-73508</link>

		<dc:creator><![CDATA[Md Mainuddin]]></dc:creator>
		<pubDate>Mon, 11 Apr 2016 02:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-73508</guid>

					<description><![CDATA[Can you please provide the code for client?]]></description>
			<content:encoded><![CDATA[<p>Can you please provide the code for client?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kahsay kalayu		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-68132</link>

		<dc:creator><![CDATA[kahsay kalayu]]></dc:creator>
		<pubDate>Tue, 19 Jan 2016 10:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-68132</guid>

					<description><![CDATA[Good Job, @silv3r_m00n:disqus   , it helps...!]]></description>
			<content:encoded><![CDATA[<p>Good Job, @silv3r_m00n:disqus   , it helps&#8230;!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: VS		</title>
		<link>https://www.binarytides.com/multiple-socket-connections-fdset-select-linux/comment-page-1/#comment-68014</link>

		<dc:creator><![CDATA[VS]]></dc:creator>
		<pubDate>Tue, 11 Aug 2015 10:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=1297#comment-68014</guid>

					<description><![CDATA[I can multi clients connect but when I send data from client 1 only client 1 receive response from server. How to server response to all client connected?]]></description>
			<content:encoded><![CDATA[<p>I can multi clients connect but when I send data from client 1 only client 1 receive response from server. How to server response to all client connected?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
