Karl Nelson

Results 337 comments of Karl Nelson

The key issues that we face is the JVM just can't be "fork"ed (nothing to do with JPype), and that communications between processes is often using pickle which is not...

Well, the best improvement we can have would be the epypj reverse bridge which would allow you to actually make use of Java multiprocessing rather than the Python one only....

So is that the solution we should put in the docs for how to use a pool? Or do we need to change the pickler to send java objects?

Can you point me to recipes? I can add support to DynamicClassLoader if it is something reasonable. We can do run time changes to class path, but I have not...

Err, these are really very brutal hacks that are getting in and messing with the private variables of the JVM. There is both System.loadLibrary and System.load. The intent of loadLibrary...

Try the instructions in the directory ``project/debug/windows`` from the master branch. A few people run into this issue, but I have not had a good explanation of what is going...

The list of dependencies does not match the one in the readme file. So I checked that version. ``` Microsoft (R) COFF/PE Dumper Version 14.00.24245.0 Copyright (C) Microsoft Corporation. All...

I have no objections to this, but it does need to be consistent across all architectures. I will merge it once you get it working.

Any progress on this one? I was hoping to include it in the next release, but it looks like it is stalled.