http post method (17)

16 Name: #!/usr/bin/anonymous : 2008-02-16 13:39 ID:Heaven

>>15 Most of the program's real time perhaps, but the execution time is likely spent copying strings around. A zero-copy HTTP POST is possible in C (TCP_CORK, writev(), and sendfile() even make it pretty easy), and probably impossible in both perl and python.

This thread has been closed. You cannot post in this thread any longer.