]> git.mxchange.org Git - hub.git/commit
Added a new task for listener pools and network package readers (for abstract Network...
authorRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 00:51:08 +0000 (00:51 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 00:51:08 +0000 (00:51 +0000)
commitd391ecd222ae868265735539d68a2c148711b5e3
treeb04ebe4c8fb13c9b573a94bcedce0545eb013bba
parenta06f6568d0daec76a4a33d4b150dc9616edfb911
Added a new task for listener pools and network package readers (for abstract NetworkPackage class), socket_read() does only not block in binary mode?
24 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/package/class_Receivable.php [new file with mode: 0644]
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/main/handler/network/tcp/class_TcpNetworkPackageHandler.php
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/listener/tcp/class_TcpListener.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/package/fragmenter/class_PackageFragmenter.php
application/hub/main/pools/class_BasePool.php
application/hub/main/pools/peer/class_DefaultPeerPool.php
application/hub/main/streams/package/input/class_PackageInputStream.php [new file with mode: 0644]
application/hub/main/streams/package/output/class_PackageOutputStream.php
application/hub/main/tasks/cruncher/class_CruncherKeyProducerTask.php
application/hub/main/tasks/cruncher/class_CruncherTestUnitProducerTask.php
application/hub/main/tasks/cruncher/class_CruncherWorkUnitFetcherTask.php
application/hub/main/tasks/hub/announcement/class_HubSelfAnnouncementTask.php
application/hub/main/tasks/hub/class_HubSelfConnectTask.php
application/hub/main/tasks/hub/class_HubSocketListenerTask.php [new file with mode: 0644]
application/hub/main/tasks/hub/ping/class_HubPingTask.php
application/hub/main/tasks/hub/update/class_HubUpdateCheckTask.php
application/hub/main/tasks/idle/class_IdleLoopTask.php
application/hub/main/tasks/network/class_NetworkPackageReaderTask.php [new file with mode: 0644]
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php