jython multithreading
问题 I started studying python a couple of month ago, then I found Jython. Do threads work properly in Jython, since it doesn't have a GIL? If so, can you suggest a good book on concurrency (threading)? 回答1: The best book I've encountered on multithreading is "Java Concurrency in Practice". It's very much concentrating on Java thread concurrency, and is both humbling and exciting when you start to understand the problems and the possibilities introduced by concurrency. The copy I bought a few