]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use the more portable multiprocessing.cpu_count() to detect the number
authorBen Darnell <ben@bendarnell.com>
Tue, 3 Aug 2010 21:21:24 +0000 (14:21 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 3 Aug 2010 21:21:24 +0000 (14:21 -0700)
commit9a083095ffa709fc0531a7deb2d16e149b4ebd37
tree736f6c2de861ae94676788398a88e872c9c38799
parent8c17e79bdd115c708dad6429e031dc2a4b7eb3bd
Use the more portable multiprocessing.cpu_count() to detect the number
of cpus where available (python 2.6).
tornado/httpserver.py