Jruby allows for much higher concurrency than CRuby by leveraging Java's threading capabilities. The document discusses how jruby enables hundreds of threads with low blocking compared to Ruby's GIL limiting to 1-2 cores. Real-world rails apps on jruby can handle over 750 requests per second using 80 threads. Java libraries and tools like VisualVM make debugging and monitoring performance much easier with jruby. While some Ruby gems lack thread-safety, jruby provides alternatives and the situation is improving.