[nycphp-talk] Fastest PHP Writing
CED
consult at covenantedesign.com
Wed Mar 17 19:45:40 EDT 2010
List,
I am doing some tests on PHP write speeds and concurrency and was
wondering if anyone has done the same?
I am currently testing -
fopen('filethingy', 'a')
passthru()
exec()
`echo "stuff" >> filethingy.txt`
Basically I am trying to find the most incredibly fast way to append to
a file, and support a massive potential concurrency (think huge logging
system for an ISP etc.).
-Ed
More information about the talk
mailing list