[pygr-notify] Issue 79 in pygr: Multi-sequence blast support

codesite-noreply at google.com codesite-noreply at google.com
Tue Mar 31 13:47:07 PDT 2009


Comment #10 on issue 79 by cjlee112: Multi-sequence blast support
http://code.google.com/p/pygr/issues/detail?id=79

Hi Alex,
just trapping the KeyError doesn't address the broader issue of  
thread-safety.  There
are all sorts of ways multiple threads could misbehave in any cache lookup  
/ updating
of RecentValueDict or other cache classes.  We should either really make  
them
thread-safe with locking, or declare explicitly that Pygr 0.8 doesn't  
support
multi-threading.  See my discussion group posting about this:
http://groups.google.com/group/pygr-dev/msg/9edcfd676b255668

-- Chris

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list