<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for LampJunkie.com - Everything related to Linux, PHP, MySQL, Apache, AJAX, Symfony and more</title>
	<atom:link href="http://www.lampjunkie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampjunkie.com</link>
	<description>Addicted to Linux  &#38; PHP</description>
	<pubDate>Tue, 09 Mar 2010 23:58:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Append Revision Number to CSS and JS Includes in Symfony by Pablo</title>
		<link>http://www.lampjunkie.com/2008/05/append-revision-number-to-css-and-js-includes-in-symfony/#comment-368</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 25 Feb 2009 22:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=20#comment-368</guid>
		<description>Marc, I add http headers in the view.yml of that applicatons, must revalidate and such, easier that modifying the symfony core.</description>
		<content:encoded><![CDATA[<p>Marc, I add http headers in the view.yml of that applicatons, must revalidate and such, easier that modifying the symfony core.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get a PHP Script&#8217;s Own Linux PID (Process Id) by CharnaD</title>
		<link>http://www.lampjunkie.com/2008/05/get-a-php-scripts-own-linux-pid-process-id/#comment-367</link>
		<dc:creator>CharnaD</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=30#comment-367</guid>
		<description>The book Advanced PHP Programming by George ​Schlossnagle describes this well.</description>
		<content:encoded><![CDATA[<p>The book Advanced PHP Programming by George ​Schlossnagle describes this well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony Bulk Update with Propel by CharnaD</title>
		<link>http://www.lampjunkie.com/2008/05/symfony-bulk-update-with-propel/#comment-366</link>
		<dc:creator>CharnaD</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=29#comment-366</guid>
		<description>Thanks, needed it, googled it, applied it) 
I wish only propel's syntax become more simple</description>
		<content:encoded><![CDATA[<p>Thanks, needed it, googled it, applied it)<br />
I wish only propel&#8217;s syntax become more simple</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Multiple Databases in Symfony with Propel by marco simão</title>
		<link>http://www.lampjunkie.com/2008/04/using-multiple-databases-in-symfony-with-propel/#comment-365</link>
		<dc:creator>marco simão</dc:creator>
		<pubDate>Thu, 12 Feb 2009 11:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=14#comment-365</guid>
		<description>Hey man, seems obvious but when you dont know the solution... LOL
I've figured that i would need to pass the parameter $con, just didnt know how to get the connection. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Hey man, seems obvious but when you dont know the solution&#8230; LOL<br />
I&#8217;ve figured that i would need to pass the parameter $con, just didnt know how to get the connection. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Use Symfony and Cron by Sun</title>
		<link>http://www.lampjunkie.com/2008/04/how-to-use-symfony-and-cron/#comment-364</link>
		<dc:creator>Sun</dc:creator>
		<pubDate>Tue, 03 Feb 2009 05:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=25#comment-364</guid>
		<description>Hi,
Its as super post. Thanks a lot. It helped me a lot</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Its as super post. Thanks a lot. It helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check if Linux Process is Still Alive from PHP by lhenry</title>
		<link>http://www.lampjunkie.com/2008/04/check-if-linux-process-is-still-alive-from-php/#comment-363</link>
		<dc:creator>lhenry</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=23#comment-363</guid>
		<description>... to chech if a processname (and not a pid) is running I did this


$cmd = "ps -ef &#124; grep processname ";</description>
		<content:encoded><![CDATA[<p>&#8230; to chech if a processname (and not a pid) is running I did this</p>
<p>$cmd = &#8220;ps -ef | grep processname &#8220;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check if Linux Process is Still Alive from PHP by lhenry</title>
		<link>http://www.lampjunkie.com/2008/04/check-if-linux-process-is-still-alive-from-php/#comment-362</link>
		<dc:creator>lhenry</dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=23#comment-362</guid>
		<description>tnx marc, 
this saved my some typing :)</description>
		<content:encoded><![CDATA[<p>tnx marc,<br />
this saved my some typing <img src='http://www.lampjunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check if Linux Process is Still Alive from PHP by Edgeman</title>
		<link>http://www.lampjunkie.com/2008/04/check-if-linux-process-is-still-alive-from-php/#comment-361</link>
		<dc:creator>Edgeman</dc:creator>
		<pubDate>Fri, 16 Jan 2009 13:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=23#comment-361</guid>
		<description>I just wanted to post that you can use -C with ps to search by command name:

root@andLinux:~$ ps -C ssh
  PID TTY          TIME CMD
13413 pts/1    00:00:00 ssh
13486 pts/2    00:00:01 ssh
13698 pts/3    00:00:00 ssh
root@andLinux:~$ ps -C ssha
  PID TTY          TIME CMD</description>
		<content:encoded><![CDATA[<p>I just wanted to post that you can use -C with ps to search by command name:</p>
<p>root@andLinux:~$ ps -C ssh<br />
  PID TTY          TIME CMD<br />
13413 pts/1    00:00:00 ssh<br />
13486 pts/2    00:00:01 ssh<br />
13698 pts/3    00:00:00 ssh<br />
root@andLinux:~$ ps -C ssha<br />
  PID TTY          TIME CMD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Tasks in Symfony (1.0) by Saul</title>
		<link>http://www.lampjunkie.com/2008/04/custom-tasks-in-symfony-10/#comment-360</link>
		<dc:creator>Saul</dc:creator>
		<pubDate>Wed, 14 Jan 2009 00:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=21#comment-360</guid>
		<description>Great article. You saved my day :-)</description>
		<content:encoded><![CDATA[<p>Great article. You saved my day <img src='http://www.lampjunkie.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Multiple Databases in Symfony with Propel by Julian</title>
		<link>http://www.lampjunkie.com/2008/04/using-multiple-databases-in-symfony-with-propel/#comment-358</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Wed, 24 Dec 2008 15:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lampjunkie.com/?p=14#comment-358</guid>
		<description>Nice article. But i'm looking for someway to do WRITE related actions with an user and READ with other. Where i work the db is replicated (mysql) and we have a single user which performs all the INSERT/DELETE/UPDATE on the master db while all the SELECT are done on the slave servers with another user. To do this we use our own insert/update/delete/select functions.

Now we're thinking about moving to symfony but we wouldn't like to lose this capability as this allows us to remove lot's a heavy queries on the master db. Do you know of a plugin or something which allows us to do this ?</description>
		<content:encoded><![CDATA[<p>Nice article. But i&#8217;m looking for someway to do WRITE related actions with an user and READ with other. Where i work the db is replicated (mysql) and we have a single user which performs all the INSERT/DELETE/UPDATE on the master db while all the SELECT are done on the slave servers with another user. To do this we use our own insert/update/delete/select functions.</p>
<p>Now we&#8217;re thinking about moving to symfony but we wouldn&#8217;t like to lose this capability as this allows us to remove lot&#8217;s a heavy queries on the master db. Do you know of a plugin or something which allows us to do this ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
  
