At 09:19 AM 5/18/2001 +0200, Jani Taskinen wrote:
>And then I find the magical 'if(!issock) {' line.. :)
>But still I'd rather nuke mmap..HOW fast is it anyway
>compared to reading/writing in chunks?
I think it probably isn't really faster (at least not noticeably) because
we are anyway writing to network which I think is our bottleneck. Also it
is not necessarily faster on all systems (it is system independent).
I agree with you and think we should just nuke it from there. There is no
good reason I can think of which justifies it in that code.
Andi
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP-DEV] mmap in php_passthru_fd in fil... Rasmus Lerdorf
- Re: [PHP-DEV] mmap in php_passthru_fd in... Sterling Hughes
- Re: [PHP-DEV] mmap in php_passthru_... Rasmus Lerdorf
- Re: [PHP-DEV] mmap in php_passt... Sterling Hughes
- Re: [PHP-DEV] mmap in php_passt... Rasmus Lerdorf
- Re: [PHP-DEV] mmap in php_passt... Thies C. Arntzen
- Re: [PHP-DEV] mmap in php_passt... Sterling Hughes
- Re: [PHP-DEV] mmap in php_passt... Andi Gutmans
- Re: [PHP-DEV] mmap in php_passt... Jani Taskinen
- Re: [PHP-DEV] mmap in php_passt... Jani Taskinen
- Re: [PHP-DEV] mmap in php_passt... Andi Gutmans
- Re: [PHP-DEV] mmap in php_passt... Jani Taskinen
- Re: [PHP-DEV] mmap in php_passt... Andi Gutmans
- Re: [PHP-DEV] mmap in php_passt... Sterling Hughes
- Re: [PHP-DEV] mmap in php_passt... Jani Taskinen
- Re: [PHP-DEV] mmap in php_passt... Andi Gutmans
- Re: [PHP-DEV] mmap in php_passthru_fd in file.c ? Wez Furlong
- Re: [PHP-DEV] mmap in php_passthru_fd in file.c ? Sascha Schumann
- Re: [PHP-DEV] mmap in php_passthru_fd in file.c ? Rasmus Lerdorf
- Re: [PHP-DEV] mmap in php_passthru_fd in file.c ? Sascha Schumann
- Re: [PHP-DEV] mmap in php_passthru_fd in file.c ... Jason Greene
