|
Posted by ZeldorBlat on 10/29/06 19:21
gavino wrote:
> http://philip.greenspun.com/wtr/aolserver/introduction-1.html
>
> reading this stuff and aolserver+tcl seemed to have some amazing
> features
>
> Why You'd Want to Use AOLserver
I have yet to see anything good come out of AOL, ever :)
> AOLserver delivers the following features and benefits:
> faster, more reliable, more maintainable scripting
PHP seems to be plenty fast, reliable, and, if used correctly,
maintainable.
> pooled connections to relational database management systems
Basically the same as the *_pconnect() family of database functions in
PHP.
> single Unix process gives programmers the ability to cache files or
> database results in virtual memory
You can do this in PHP any number of ways. The shared memory functions
seem like a good place to start:
<http://us2.php.net/sem>
What am I missing?
Navigation:
[Reply to this message]
|