Having a SQL session storage module in the default
    distribution is a good learning example for other storage
    module authors.  I don't see any necessity to remove this
    particular piece of code based on the assessment that it
    does not outperform simple file access on Linux.  SQLite
    could very well be faster on synchronous filesystems where
    creating new files is more expensive than in your testcase.

    - Sascha

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to