Date: 05/18/01
- Next message: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Previous message: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- In reply to: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Reply: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Previous message: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- In reply to: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Next in thread: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Reply: Jani Taskinen: "Re: [PHP-DEV] mmap in php_passthru_fd in file.c ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

