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

_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to