Hi all,
 
I'd like a way to store complex data structures across Apache processes. I've looked at Apache::DBI for an example: my tests say that he has to create a new dbh for every process. I've looked at IPC::Shareable, but it has to copy data. Meaning that I can only have a certain amount of complexity to my data structures.
 
Thoughts?
 
---
Rodney Broom
Programmer: Desert.Net

Reply via email to