Re: [PHP] Re: shared memory on php servers?

2012-12-05 Thread tamouse mailing lists
On Tue, Dec 4, 2012 at 7:02 AM, Alessandro Pellizzari a...@amiran.it wrote: Il Tue, 04 Dec 2012 11:49:22 +0100, rene7705 ha scritto: I'm wondering, what's the fastest way to put a large and deep array() structure in shared memory on a PHP server? Using MongoDB. :) +++ -- PHP General

Re: [PHP] Re: shared memory on php servers?

2012-12-04 Thread Sebastian Krebs
Hi, Why don't you use a database? Seems more appropiate here. At least SQLite should fit ;) Regards, Sebastian 2012/12/4 rene7705 rene7...@gmail.com I would also like to hear any thoughts on how to efficiently add, delete and edit data in this large and deep array structure from multiple

Re: [PHP] Re: shared memory on php servers?

2012-12-04 Thread Stuart Dallas
On 4 Dec 2012, at 10:51, rene7705 rene7...@gmail.com wrote: I would also like to hear any thoughts on how to efficiently add, delete and edit data in this large and deep array structure from multiple sessions at nearly the same time.. On Tue, Dec 4, 2012 at 11:49 AM, rene7705

Re: [PHP] Re: shared memory on php servers?

2012-12-04 Thread Sebastian Krebs
2012/12/4 Stuart Dallas stu...@3ft9.com On 4 Dec 2012, at 10:51, rene7705 rene7...@gmail.com wrote: I would also like to hear any thoughts on how to efficiently add, delete and edit data in this large and deep array structure from multiple sessions at nearly the same time.. On Tue,

[PHP] Re: shared memory on php servers?

2012-12-04 Thread Alessandro Pellizzari
Il Tue, 04 Dec 2012 11:49:22 +0100, rene7705 ha scritto: I'm wondering, what's the fastest way to put a large and deep array() structure in shared memory on a PHP server? Using MongoDB. :) Bye. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: