Revision: 40823
http://brlcad.svn.sourceforge.net/brlcad/?rev=40823&view=rev
Author: davidloman
Date: 2010-09-29 14:31:20 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Drop select timeout to 50ms.
Modified Paths:
--------------
rt^3/trunk/src/libNet/PortalManager.cxx
Modified: rt^3/trunk/src/libNet/PortalManager.cxx
===================================================================
--- rt^3/trunk/src/libNet/PortalManager.cxx 2010-09-29 14:21:11 UTC (rev
40822)
+++ rt^3/trunk/src/libNet/PortalManager.cxx 2010-09-29 14:31:20 UTC (rev
40823)
@@ -93,7 +93,7 @@
while (this->runCmd) {
//Set values EVERY loop since select() on *nix modifies this.
timeout.tv_sec = 0;
- timeout.tv_usec = 500 * 1000 * 2;
+ timeout.tv_usec = 50 * 1000;
this->masterFDSLock.lock();
readfds = masterfds;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits