<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: P4A 3 release candidate 2</title>
	<atom:link href="http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 01:32:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/comment-page-1/#comment-2470</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Thu, 15 May 2008 09:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=157#comment-2470</guid>
		<description>@Mario: I looked at the file delete problem and actually i forgot how i did that but the fact is that it&#039;s working on my box.

the P4A_Output_File() creates the temp file, redirect the download to the downloader and exits (without deleting). the downloader strems the file to the browser and then delete it.

it seems to work for me but let me know</description>
		<content:encoded><![CDATA[<p>@Mario: I looked at the file delete problem and actually i forgot how i did that but the fact is that it&#8217;s working on my box.</p>
<p>the P4A_Output_File() creates the temp file, redirect the download to the downloader and exits (without deleting). the downloader strems the file to the browser and then delete it.</p>
<p>it seems to work for me but let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/comment-page-1/#comment-2462</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Wed, 14 May 2008 17:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=157#comment-2462</guid>
		<description>@Mario: auch i&#039;ve to check that! thanks for the report. I really would those files to be deleted automatically but I can&#039;t see how because if we delete them at the end of the P4A_Output_File() we can&#039;t be sure that the file has been fully transfered to the user... let me know if you&#039;ve an idea.</description>
		<content:encoded><![CDATA[<p>@Mario: auch i&#8217;ve to check that! thanks for the report. I really would those files to be deleted automatically but I can&#8217;t see how because if we delete them at the end of the P4A_Output_File() we can&#8217;t be sure that the file has been fully transfered to the user&#8230; let me know if you&#8217;ve an idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/comment-page-1/#comment-2461</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Wed, 14 May 2008 17:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=157#comment-2461</guid>
		<description>You&#039;re right, I wrong the question! What I would say is that in P4A documentation is written: &quot;if the filename starts with &quot;_p4a_&quot; it will be deleted after being transfered to the client&quot;, but it doesn&#039;t happen. Perhaps, it&#039;s not so important because it&#039;s very easy to build some code for deleting files in /tmp after a button click!</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, I wrong the question! What I would say is that in P4A documentation is written: &#8220;if the filename starts with &#8220;_p4a_&#8221; it will be deleted after being transfered to the client&#8221;, but it doesn&#8217;t happen. Perhaps, it&#8217;s not so important because it&#8217;s very easy to build some code for deleting files in /tmp after a button click!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio Balliano</title>
		<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/comment-page-1/#comment-2456</link>
		<dc:creator>Fabrizio Balliano</dc:creator>
		<pubDate>Wed, 14 May 2008 12:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=157#comment-2456</guid>
		<description>@Eddie: thank you very much! :-)

@Mario: link fixed, thank you for the report (damn cut&amp;paste). for the P4A_Output_File(), i thought there was no way to &quot;understand&quot; when the session is finished, that&#039;s why we don&#039;t delete those file, do you know a way to do that?</description>
		<content:encoded><![CDATA[<p>@Eddie: thank you very much! :-)</p>
<p>@Mario: link fixed, thank you for the report (damn cut&#038;paste). for the P4A_Output_File(), i thought there was no way to &#8220;understand&#8221; when the session is finished, that&#8217;s why we don&#8217;t delete those file, do you know a way to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/comment-page-1/#comment-2452</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Wed, 14 May 2008 07:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=157#comment-2452</guid>
		<description>Hi fabrizio, I suggest you to update the link in this post for the download of P4A 3.0.0-rc2. Now it still brings to the older rc1!
A small question: when using P4A_Output_File() method, why the generated tmp files with _p4a_ prefix are not deleted at the end of the session?
Bye and compliments for the good work, I&#039;ve just voted P4A!!
Mario</description>
		<content:encoded><![CDATA[<p>Hi fabrizio, I suggest you to update the link in this post for the download of P4A 3.0.0-rc2. Now it still brings to the older rc1!<br />
A small question: when using P4A_Output_File() method, why the generated tmp files with _p4a_ prefix are not deleted at the end of the session?<br />
Bye and compliments for the good work, I&#8217;ve just voted P4A!!<br />
Mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://fabrizioballiano.net/2008/05/13/p4a-3-release-candidate-2/comment-page-1/#comment-2449</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Tue, 13 May 2008 21:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://fabrizioballiano.net/?p=157#comment-2449</guid>
		<description>Fabrizio, Andrea..., congratulations...!!!</description>
		<content:encoded><![CDATA[<p>Fabrizio, Andrea&#8230;, congratulations&#8230;!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
