Re: [PHP] APC Alternative PHP Cache Release Announcement

2001-01-12 Thread Monte Ohrt
I've been trying to get this to compile on SPARC Solaris 2.7, and having troubles with the semaphore syntax. If anyone gets this to compile on Solaris, please post your patches! Thanks Michael Kimsal wrote: > > George Schlossnagle wrote: > > > I'd like to announce the release of the APC Altern

Re: [PHP] APC Alternative PHP Cache Release Announcement

2001-01-12 Thread Michael Kimsal
George Schlossnagle wrote: > I'd like to announce the release of the APC Alternative PHP Cache > http://apc.communityconnect.com/ . APC works by caching the scripts in > shared memory post-compilation to effectively eliminate the overhead of > parsing and compilation. APC was developed as a c

Re: [PHP] APC Alternative PHP Cache Release Announcement

2001-01-11 Thread Josh G
PROTECTED]> Sent: Friday, January 12, 2001 3:28 PM Subject: [PHP] APC Alternative PHP Cache Release Announcement > I'd like to announce the release of the APC Alternative PHP Cache > http://apc.communityconnect.com/ . APC works by caching the scripts in > shared memory post-compilation

[PHP] APC Alternative PHP Cache Release Announcement

2001-01-11 Thread George Schlossnagle
I'd like to announce the release of the APC Alternative PHP Cache http://apc.communityconnect.com/ . APC works by caching the scripts in shared memory post-compilation to effectively eliminate the overhead of parsing and compilation. APC was developed as a completely free and open alternative to