Re: [PHP] Another question about using shmop!

2001-02-28 Thread Christian Reiniger
On Wednesday 28 February 2001 00:15, you wrote: > > Does it provide a faster performance, if I use these rather than > > store things in mysql DB, I know this might be stupid, but I have to > > make sure this. > > I belive shared memory is *much* faster than MySQL. Well, I'd say it depends. For o

Re: [PHP] Another question about using shmop!

2001-02-27 Thread Richard Lynch
> I read about the php manual, I find that, shmop function can let me use > to store information directly on a shared segment memory. > > However, I have some question about these! > > Does it provide a faster performance, if I use these rather than store > things in mysql DB, I know this might be

[PHP] Another question about using shmop!

2001-02-26 Thread Zenith
I read about the php manual, I find that, shmop function can let me use to store information directly on a shared segment memory. However, I have some question about these! Does it provide a faster performance, if I use these rather than store things in mysql DB, I know this might be stupid, but