Author Login
Post Reply
hi
I have installed static mp2 with apache
2.0.63 (forker). I am using perl bind (Sleepycat::DBXML) from dbxml;
then I create an object (reference to Sleepycat::DBXML) in startup.pl
because i want to share it. After some test (stress it) for my
application I saw some error in error.log; the problem is that
reference to object created in startup.pl was lost
then the question is ... is possible to share objects?
I know I can share data between processes, but what I also shared objects?
thanks in advance