whenever I need efficient high concurrency writes, I use error_log()...----- Original Message -----From: CED Date: Wednesday, March 17, 2010 7:46 pmSubject: [nyphp-talk] Fastest PHP WritingTo: NYPHP Talk > 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>
_______________________________________________ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk
http://www.nyphp.org/Show-Participation