Re: Persistant data accross processes

2001-06-26 Thread Joachim Zobel
At 14:54 25.06.2001 -0700, you wrote: 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

Re: Persistant data accross processes

2001-06-26 Thread darren chamberlain
Rodney Broom [EMAIL PROTECTED] said something to this effect on 06/25/2001: 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

Re: Persistant data accross processes

2001-06-26 Thread Olivier Poitrey
: Monday, June 25, 2001 11:54 PM Subject: Persistant data accross processes 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

Re: Persistant data accross processes

2001-06-26 Thread Joshua Chamas
Rodney Broom wrote: 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

Persistant data accross processes

2001-06-25 Thread Rodney Broom
Hi all, I'd like a way to store complex data structures across Apache processes. I'velooked 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