ID: 45240 User updated by: nyim at 163 dot com Reported By: nyim at 163 dot com -Status: Open +Status: Bogus Bug Type: cURL related Operating System: suse linux PHP Version: 5.2.6 New Comment:
sorry, when using a static content, in other server, just very fast Previous Comments: ------------------------------------------------------------------------ [2008-06-11 16:39:48] nyim at 163 dot com Description: ------------ the same target url, using ip address, local area network compare: 1 curl using get method with long query string, about 2 tcp packs without body. 2 curl using post with short post data, no more than 1 tcp packs 3 stream function emulate post data, about 2 tcp packs with header 4 curl using post with a little big body, about 2 tcp packs with header the three before cost no more than 0.2 second the 4th always cost more than 1 second, avg 2 second max data size in query string or post data less than 2000 bytes. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45240&edit=1
