NYCPHP Meetup

NYPHP.org

[nycphp-talk] Fastest PHP Writing

drydell at optonline.net drydell at optonline.net
Wed Mar 17 21:34:17 EDT 2010


whenever I need efficient high concurrency writes, I use error_log()...----- Original Message -----From: CED Date: Wednesday, March 17, 2010 7:46 pmSubject: [nycphp-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> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20100318/82d43c34/attachment.html>


More information about the talk mailing list