<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/cpp/src/tests/PollerTest.cpp, branch 0.6-release</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>Add tests to check for correct Poller DISCONNECT behaviour</title>
<updated>2009-08-11T05:35:10+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2009-08-11T05:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=d518b02806091b03a730f20efd7e69964e7b26bd'/>
<id>d518b02806091b03a730f20efd7e69964e7b26bd</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802992 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802992 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored the DispatchHandle/Poller code to remove a long standing</title>
<updated>2009-05-04T15:55:21+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2009-05-04T15:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=f7a3954292f813ac70fb3d39a523950cdfc9d897'/>
<id>f7a3954292f813ac70fb3d39a523950cdfc9d897</id>
<content type='text'>
set of race conditions.
- Changed Poller naming for better clarity with
  new semantics.
- Changed Poller semantics to avoid DispatchHandle
  keeping so much state
- Changed Poller so that it will never re-enable a
  Handle until Poller::wait is called again on the same thread
  that returned the Handle.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771338 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set of race conditions.
- Changed Poller naming for better clarity with
  new semantics.
- Changed Poller semantics to avoid DispatchHandle
  keeping so much state
- Changed Poller so that it will never re-enable a
  Handle until Poller::wait is called again on the same thread
  that returned the Handle.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771338 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>configure.ac:</title>
<updated>2009-03-10T08:19:28+00:00</updated>
<author>
<name>Manuel Teira Paz</name>
<email>mteira@apache.org</email>
</author>
<published>2009-03-10T08:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=10f2b2a6a1fe91e7b29fa74013baa0cf091bd64b'/>
<id>10f2b2a6a1fe91e7b29fa74013baa0cf091bd64b</id>
<content type='text'>
 - Add a SOCKLIBS definition, to define needed network libraries in Solaris
src/tests/failover_soak.cpp
 - Replace usage of timersub with direct code, since timersub appears to be non-posix.
src/tests/Makefile.am
 - Link against $(SOCKLIBS) when needed
src/tests/*
 - Some qualifying needed for the Sun compiler



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752019 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Add a SOCKLIBS definition, to define needed network libraries in Solaris
src/tests/failover_soak.cpp
 - Replace usage of timersub with direct code, since timersub appears to be non-posix.
src/tests/Makefile.am
 - Link against $(SOCKLIBS) when needed
src/tests/*
 - Some qualifying needed for the Sun compiler



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752019 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Work on the low level IO code:</title>
<updated>2009-01-06T23:42:18+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2009-01-06T23:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=fe871ca4ada184824c373595d35da3b4ae5cd535'/>
<id>fe871ca4ada184824c373595d35da3b4ae5cd535</id>
<content type='text'>
* Introduce code so that you can interrupt waiting for a handle and receive
  a callback that is correctly serialised with the IO callbacks for that
  handle


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732177 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Introduce code so that you can interrupt waiting for a handle and receive
  a callback that is correctly serialised with the IO callbacks for that
  handle


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732177 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Intermediate checkin with preliminary work on epoll based net IO</title>
<updated>2007-06-18T12:11:32+00:00</updated>
<author>
<name>Andrew Stitcher</name>
<email>astitcher@apache.org</email>
</author>
<published>2007-06-18T12:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0d9d78668b2d0ee22d3fcc0817d56645c9b1910a'/>
<id>0d9d78668b2d0ee22d3fcc0817d56645c9b1910a</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@548337 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@548337 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
