Loading debian/changelog +8 −0 Original line number Diff line number Diff line sjrpc (16) unstable; urgency=low * Now process only one new connection by loop iteration, added tcp_backlog option. (Fix bug with large amound of connection) * Some minor improvement in exception management. -- Antoine Millet <antoine.millet@smartjog.com> Mon, 10 Oct 2011 10:36:50 +0200 sjrpc (15) unstable; urgency=low * Fixed bug with libev and Popen (SIGCHLD race condition bug). Loading sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,4 +19,4 @@ The library is separated into three parts: ''' __version__ = '15' __version__ = '16' Loading
debian/changelog +8 −0 Original line number Diff line number Diff line sjrpc (16) unstable; urgency=low * Now process only one new connection by loop iteration, added tcp_backlog option. (Fix bug with large amound of connection) * Some minor improvement in exception management. -- Antoine Millet <antoine.millet@smartjog.com> Mon, 10 Oct 2011 10:36:50 +0200 sjrpc (15) unstable; urgency=low * Fixed bug with libev and Popen (SIGCHLD race condition bug). Loading
sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,4 +19,4 @@ The library is separated into three parts: ''' __version__ = '15' __version__ = '16'