Viktor Csomor
Viktor Csomor
Hi Rob, Could you try and run this using the `master` branch of PP4J? I have made quite a few changes, including some bug fixes, since version 2.2 and I...
Hi Rob, Thanks for giving it a go with the new version and for uploading the log file. I'm looking through it right now. It seems to be an issue...
I am not sure I know what you mean by the current depth of submissions. Can you elaborate on that, please? As for outputting stuff to the standard streams from...
> Maybe ? > https://stackoverflow.com/questions/35292836/input-byte-array-has-incorrect-ending-byte-at-40#35293091 I did consider it being a charset mismatch, but I don't see how that could happen. Both the pool and the processes are coded explicitly...
> When I send a new submission I get a trace line: > > ``` > Processes: 8; submissions: 10 > ``` > > is there a > > ```...
> Re ISO_8859_1. My JVM (on linux) is probably using UTF-8 or UTF-16. But since its sending the same job each time that should cause the same failure each time....
Is this the same behaviour you observed when using v2.2? Because the serialization and encoding mechanism did change a bit, perhaps for the worse.
Cool, thanks. Then it has probably been the same problem all along. I'll keep digging tomorrow to identify what goes wrong.
> Looking at https://github.com/ViktorC/PP4J/blob/master/src/main/java/net/viktorc/pp4j/impl/JavaObjectCodec.java > > JavaObjectCodec is a singleton and has encoder and decoder as attributes. So all instances are using the same instances of them. Wondering if its...
I did try to recreate the problem to no avail. I even used JNI (with that simple native code I use for the tests), but everything worked fine. I suspect...