<?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: Latest CURL Issues with PHP (apache segmentation faults)</title>
	<atom:link href="http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/</link>
	<description></description>
	<lastBuildDate>Wed, 20 Apr 2011 18:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: James Sullivan</title>
		<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/comment-page-1/#comment-448</link>
		<dc:creator>James Sullivan</dc:creator>
		<pubDate>Tue, 22 Dec 2009 10:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=31#comment-448</guid>
		<description>A browser does not keep the connection open to maintain a session, but it does keep it open (keep-alive) for downloading multiple files or pages through the same connection.  For downloading a lot of files, it makes sense to use keep-alive (from the client and server perspective).</description>
		<content:encoded><![CDATA[<p>A browser does not keep the connection open to maintain a session, but it does keep it open (keep-alive) for downloading multiple files or pages through the same connection.  For downloading a lot of files, it makes sense to use keep-alive (from the client and server perspective).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sobia</title>
		<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/comment-page-1/#comment-379</link>
		<dc:creator>sobia</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=31#comment-379</guid>
		<description>Thnx a ton</description>
		<content:encoded><![CDATA[<p>Thnx a ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabeen Malik</title>
		<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/comment-page-1/#comment-378</link>
		<dc:creator>Sabeen Malik</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=31#comment-378</guid>
		<description>look at this post .. i have a wrapper class available there
http://www.decodephp.com/2006/12/04/how-to-easily-use-curl-with-php/</description>
		<content:encoded><![CDATA[<p>look at this post .. i have a wrapper class available there<br />
<a href="http://www.decodephp.com/2006/12/04/how-to-easily-use-curl-with-php/" rel="nofollow">http://www.decodephp.com/2006/12/04/how-to-easily-use-curl-with-php/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sobia</title>
		<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/comment-page-1/#comment-377</link>
		<dc:creator>sobia</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=31#comment-377</guid>
		<description>how can we exactly send out the cookies in CURL?</description>
		<content:encoded><![CDATA[<p>how can we exactly send out the cookies in CURL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabeen Malik</title>
		<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/comment-page-1/#comment-376</link>
		<dc:creator>Sabeen Malik</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=31#comment-376</guid>
		<description>umm if u look closely does a browser keep an open connection to a site to maintain sessions? ofcourse not! .. the sessions are maintained via cookies, so store the cookies sent by the remote server and send the same cookies back on next requests and the remote server will know that u have a valid session! please get back to me if this is still not clear!</description>
		<content:encoded><![CDATA[<p>umm if u look closely does a browser keep an open connection to a site to maintain sessions? ofcourse not! .. the sessions are maintained via cookies, so store the cookies sent by the remote server and send the same cookies back on next requests and the remote server will know that u have a valid session! please get back to me if this is still not clear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sobia</title>
		<link>http://www.decodephp.com/2007/03/01/latest-curl-issues-with-php-apache-segmentation-faults/comment-page-1/#comment-375</link>
		<dc:creator>sobia</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://decodephp.com/new2/?p=31#comment-375</guid>
		<description>Hi Sabeen, Wot if we want to make series of request while keeping the session alive? like a sign up process. Now if we use different curl handle for each request then do u think the session will be maintained?</description>
		<content:encoded><![CDATA[<p>Hi Sabeen, Wot if we want to make series of request while keeping the session alive? like a sign up process. Now if we use different curl handle for each request then do u think the session will be maintained?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

