IMO Adding additional error reporting is a good idea, but we should keep 
MAP_SHARED as the mmap mode. In Apache environment if the file is mapped by 
more then one process the memory needed to map the file is shared, rather 
then each fork allocating it's own copy. Unless we decide to make this a SAPI 
based option, I think we should keep it at MAP_SHARED.

Ilia

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

Reply via email to