colbyga / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Enginepool #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As the newest pychess version uses 2-4 engine instances per game, it would
be good to have an enginepool for reusing those of them that supports e.g.
the CECP "new" command.

Original issue reported on code.google.com by lobais on 29 Nov 2006 at 9:38

GoogleCodeExporter commented 9 years ago
A such poool could also use a global "select" call on all file descriptors.

Original comment by lobais on 7 Dec 2006 at 9:51

GoogleCodeExporter commented 9 years ago
A such poool could also use a global "select" call on all file descriptors.

Original comment by lobais on 7 Dec 2006 at 10:12

GoogleCodeExporter commented 9 years ago
Won't be in Phillidor

Original comment by lobais on 8 Sep 2007 at 12:01

GoogleCodeExporter commented 9 years ago
Initing engines is really not that much of a time consumer. Also - as engines 
are
sometimes unstable, I'd like PyChess to 'renew' them once in a while, at least 
for
the time being.

Original comment by lobais on 13 Dec 2008 at 10:18