> Is GET faster than PUT?
> In my tests GET performs seven times faster than PUT.
> Server caches files, is that the reason?

Yes, reading a file will always be much faster than writing one, 
particularly on a heavily loaded web server where much of the content 
is coming from memory, and stuff is rarely to disk. 

Angus


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to