Using Python for processing of large datasets (convincing managment)

Thomas Jensen spam at ob_scure.dk
Sun Jul 7 07:14:24 EDT 2002


Anders Dahlberg wrote:

[snip]

> Considering it's compiling down to java-bytecode which are then run with a
> java-vm - It should scale as well as any java solution (or atleast ~90%).
> Links could be:
> 
> http://java.sun.com ;)
> http://www.bea.com/products/weblogic/jrockit/index.shtml - very good server
> vm. (optimised for intel)

[snip]

> disclaimer: This is just what I believe - if you want to base your case on
> this I believe you should contact other companies using java with
> multiple-cpus!

I am quite certain that scaling (well) to multiple CPU requires one to 
use threading at least. Scaling to several physical machines might be 
(relativly) easy with Java, but imagine it must require some coding, or?

-- 
Best Regards
Thomas Jensen
(remove underscore in email address to mail me)




More information about the Python-list mailing list