Hmm, pharo processes should share no memory at all. Then the question is, is Oracle library doing something strange? Maybe the library suggests to be used in some special way for your setup?
On Tue, Oct 1, 2013 at 6:58 PM, <recursiv...@gmail.com> wrote: > 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 >