Hi, I have an app (seaside) that is configured with multiple pharo (1.3) images behind an apache proxy, using a FFI wrapper to a OCI native library to connect to Oracle. It works fine with one image but with multiple images it crashes with a seg fault/memory error when under user load. The error appears to happen when the wrapper code closes an OCI statement/connection. It appears with multiple images that they are allocating/de-allocating memory via the wrapper/OCI and over-writing each over. Is that possible ?
Thanks