EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

separate/no thread pool for commands #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We shouldn't use a thread pool for command execution because it could cause
any commands over 7 to block.  Also other things like icons won't load if
you're executing more than X things, etc...yuck.

Original issue reported on code.google.com by cgwalt...@gmail.com on 11 Jan 2008 at 11:00

GoogleCodeExporter commented 9 years ago
Committed r691
    M   hotwire/command.py
r691 = 485dca6b0fcdbdd6bac1543a44fdf6adb640770f (git-svn)

Original comment by cgwalt...@gmail.com on 12 Jan 2008 at 7:35