[pypy-dev] Need help in concluding Multi-Thread based model thoughts between Python and PyPy

Phyo Arkar phyo.arkarlwin at gmail.com
Wed Oct 31 16:05:32 CET 2012


I see that may be the case.
My program uses a lot of File IO and it is divided into multiple processess
, working good in python.Failing so far in pypy (due to requirement of so
many different document parsers) .
I tested with Jython and i frustrated (At-least , in jython i can use Tika
to parse documents) .

On Wed, Oct 31, 2012 at 9:22 PM, Armin Rigo <arigo at tunes.org> wrote:

> Hi,
>
> On Wed, Oct 31, 2012 at 3:14 PM, Phyo Arkar <phyo.arkarlwin at gmail.com>
> wrote:
> > Jython is wayyy much slower than CPython in many cases. I can't even find
> > its use.
>
> If your problem is hard to divide in multiple processes but easy to
> divide in multiple threads, and if you have a machine with enough
> CPUs, then Jython wins.  Although dividing in multiple raw threads is
> rarely easy.
>
>
> A bientôt,
>
> Armin.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20121031/b772eac3/attachment.html>


More information about the pypy-dev mailing list