Recent Comments
Creating A Recent Comments Widget With Disqus's API and PHP good code pls try
By the way, Iam using IE - 9.0.5 and KeePass - 2.19 for at this moment.
Yeah, I realized that awhile ago.
Looking at that username, link and generic comment I would say it's a bot.
it did not work for me, done everything as described ??
Decision for what? If you don't mind me asking.
Creating A Recent Comments Widget With Disqus's API and PHP good code pls try
Glad it helped!
Posted: January 13th, 2012 - So I have been working on a script in OpenBD that loops over a large 1.2GB xml file and parses specific nodes. Since the file is so big I have to loop over the file line by line and build each node individually before running xmlparse() on the node. Everything was working just dandy until I got to around 6 million lines. Looking at the task manager on the server I could see the memory gradually rising and eventually at around 7 million the script died. I had no clue what to do and tried several very unsuccesffuly modifications until an awesome person by the name of Jamie MacDonald on the OpenBD google group told me to try putting <cfflush /> at the end of my loop. The explanation given to me was that even though I was not outputting any data the whitespace characters inside the loop may be adding up because the CFML engine thinks it is needed to render a page and thus holds the whitespace in the buffer. |
Latest Posts
- Using KeePass with Internet Explorer - Posted March 29, 2012
- Is Your CFLOOP Hogging Memory or Causing OutOfMemory Errors? - Posted January 13, 2012
- If PHP's file_get_contents Function is Failing With IIS 7 - Posted November 28, 2011
- Using jQuery and Google Finance to Create a Simple Stock Ticker - Posted November 17, 2011
- Adding a custom Prefix or Suffix to YOURLS Short URLs - Posted November 15, 2011
