Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7995211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:20:36+00:00 2026-06-04T14:20:36+00:00

I started studying python a couple of month ago, then I found Jython. Do

  • 0

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 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T14:20:38+00:00Added an answer on June 4, 2026 at 2:20 pm

    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 years ago had some errata in the coding, though, which exacerbated an already brain-challenging subject: check out errata here: http://jcip.net/errata.html.

    Although designed for Java developers wishing to venture into concurrency (which by the way includes anyone who’s ever used a GUI interface of any kind), I’m sure the technical difficulties and subtleties outlined in the book apply to any implementation of concurrency.

    By the way, I also love Jython and can confirm that anything concurrency-wise that you can do in Java you can apparently do in Jython. However, there is a caveat: concurrency can be for asynchronous programming (including GUI) and/or for performance. If for the latter you have a problem, in my opinion: Jython in my experience runs about 10 x slower than the equivalent Java program.

    What this means is that your more demanding Jython modules will have to call something other than Jython for the number-crunching tasks. At the same time, Jython up to now* has not had Python’s multiprocessing module, so inter-process communications are out, unless you venture into the dreaded territory of RMI. You’re more of a man/woman than I if you take that option. But everything’s OK: please refer to “The Definitive Guide to Jython” at http://www.jython.org … chapter 19 is a sort of whistle-stop intro to concurrency, and chapter 10 is about integrating Java and Jython (hint: it’s absurdly easy).

    • interesting: a quick glimpse at the Jython site shows that, just 10 days ago, 17/05/12, version 2.7a1 was released… an “Alpha” release. This should contain the multiprocessing module, which came in with Python 2.6. Wd be interesting to check this: if so it presumably gives you the exciting option of linking Jython and CPython processes (update later: sadly it appears for the moment that this is not so – the module name “multiprocessing” was not recognised when I tried)…

    PS a final word: most experts who know much more about these things than I say that Moore’s law is being superseded in importtance by Amdahl’s law, which in short means that the daunting challenge of programming stable and scalable true concurrent programs will be unavoidable in the future. Exactly how easy true (i.e. thread) concurrency can be made with the use of clever code analysis tools I can’t say but investment in this subject and the fascinating, intellectual new disciplines of reasoning imposed by concurrency will probably pay off… if you like a challenge.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have recently started studying about threads. I thought of starting from the beginning
I started studying Haskell one week ago and have one strange problem. I created
I have started studying data structures again . I found very few practical uses
I have just started studying Python . I am referring to the tutorials at
I just started studying Python two days ago, so my code is sloppy...But I'm
I just started studying programming about 6 months ago and I have really been
Since I started studying object-oriented programming, I frequently read articles/blogs saying functions are better,
I have recently started studying Google Web Toolkit. I have went through some walkthroughs,
I have started to learn ASP.NET MVC, and at this time of studying I
I have started studying about C++0x. I came across the follow expression somewhere: int

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.