<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ranch.git/test, branch 0.6.2</title>
<subtitle>Socket acceptor pool for TCP protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/'/>
<entry>
<title>Remove pointless sleep from tcp_upgrade test</title>
<updated>2013-02-04T01:40:34+00:00</updated>
<author>
<name>James Fish</name>
<email>james@fishcakez.com</email>
</author>
<published>2013-02-04T01:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=3d8df7f29d5b80322f5703b945ad0f864e5a7ed9'/>
<id>3d8df7f29d5b80322f5703b945ad0f864e5a7ed9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not require rebar to build Ranch</title>
<updated>2013-01-17T16:01:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-17T15:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=d20989e722c50afea4ed510f372bbbd9221b9048'/>
<id>d20989e722c50afea4ed510f372bbbd9221b9048</id>
<content type='text'>
All is done in the Makefile, like with Cowboy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All is done in the Makefile, like with Cowboy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore tracking of requests when MaxConn = infinity</title>
<updated>2013-01-15T16:45:50+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2013-01-11T15:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=662d94a531178af005f06b0bfb4a8660b0fa023f'/>
<id>662d94a531178af005f06b0bfb4a8660b0fa023f</id>
<content type='text'>
There is no need to contact the server and track requests unless being
asked to do so by the user. It's going to be faster and more efficient
to not track anything when being told tracking doesn't matter.

Whenever the max connections is set to infinity, the connections
counting key is not created, or is deleted if it existed already.
When using a numeric value, the connection count is created or
maintained if it existed already.

Moreover, trying to reduce a listener's counter while the max connection
number is set to `infinity` will return 0 and avoid all counting
operations as they are meaningless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to contact the server and track requests unless being
asked to do so by the user. It's going to be faster and more efficient
to not track anything when being told tracking doesn't matter.

Whenever the max connections is set to infinity, the connections
counting key is not created, or is deleted if it existed already.
When using a numeric value, the connection count is created or
maintained if it existed already.

Moreover, trying to reduce a listener's counter while the max connection
number is set to `infinity` will return 0 and avoid all counting
operations as they are meaningless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ranch:set_max_connections/2 and get_max_connections/1</title>
<updated>2012-12-24T15:09:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-24T15:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=9993923c40b96ab07752ec36692dc09c4c7648e9'/>
<id>9993923c40b96ab07752ec36692dc09c4c7648e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assure we manually close right socket in testcases</title>
<updated>2012-12-21T15:51:11+00:00</updated>
<author>
<name>Andrew Majorov</name>
<email>encube.ul@gmail.com</email>
</author>
<published>2012-12-21T15:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=66618454e0925ebd46b6905a1957206b2f2663e9'/>
<id>66618454e0925ebd46b6905a1957206b2f2663e9</id>
<content type='text'>
Concerning supervisor tests subtle issue. Before we just presumed that last
port in the global list of ports is the listening socket. From now we trace
the return value of the `ranch_tcp:listen` call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Concerning supervisor tests subtle issue. Before we just presumed that last
port in the global list of ports is the listening socket. From now we trace
the return value of the `ranch_tcp:listen` call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test cases for the listener supervisor behavior</title>
<updated>2012-12-21T12:18:27+00:00</updated>
<author>
<name>Andrew Majorov</name>
<email>encube.ul@gmail.com</email>
</author>
<published>2012-11-01T15:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=acaa33a8709bf199493861ae9bfb01f1abe16a38'/>
<id>acaa33a8709bf199493861ae9bfb01f1abe16a38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'adt-socket-transport-opt' of git://github.com/basho/ranch</title>
<updated>2012-12-20T18:04:43+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-20T17:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=7f4261d1d83dde90be93d3615693b44969f6b446'/>
<id>7f4261d1d83dde90be93d3615693b44969f6b446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add {socket, Socket} transport option, for accepting on existing sockets</title>
<updated>2012-12-20T17:50:22+00:00</updated>
<author>
<name>Andrew Thompson</name>
<email>andrew@hijacked.us</email>
</author>
<published>2012-09-24T17:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=036fbd53189f0a43bd8348e517a17da0f00de980'/>
<id>036fbd53189f0a43bd8348e517a17da0f00de980</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return {error, badarg} if start_listener got a bad transport module</title>
<updated>2012-12-20T14:57:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-20T14:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=f26401af19bddd74ddd1755041372c737a995b01'/>
<id>f26401af19bddd74ddd1755041372c737a995b01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Error out if Ranch can't be started in the test suite</title>
<updated>2012-11-20T17:11:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-11-20T17:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/ranch.git/commit/?id=e66db84e396019545b45f47f16617d983784b7df'/>
<id>e66db84e396019545b45f47f16617d983784b7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
