Hello, I'm developing an apache c++ module and I need to create a global persistent object for all the processes.
I have tried to declare it as global, but it doesn't work Apache only has shared functions for C object, but no for C++ object. How can I do it? Thanks in advance ;) -- View this message in context: http://www.nabble.com/Instance-a-c%2B%2B-object-on-Apache-shared-memory-tp18377523p18377523.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.
