[mythtv-commits] mythtv commit: r7495 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Oct 16 18:09:04 UTC 2005


      Author: danielk
        Date: 2005-10-16 18:09:04 +0000 (Sun, 16 Oct 2005)
New Revision: 7495
   Changeset: http://cvs.mythtv.org/trac/changeset/7495

Modified:

   trunk/mythtv/programs/mythbackend/mainserver.cpp

Log:

Makes process request thread pool expand if a timeout is reached
and makes the initial size a define.

This means you can add as many frontends as you want and performance
will only degrade when the master backend server can no longer keep up,
not due to this arbritary process request thread count limit in MythTV.

Currently the blocking timeout before the pool is expanded is 10 ms.
This is set by a define near the top of mainserver.cpp.






More information about the mythtv-commits mailing list