<?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 for source code bean</title>
	<atom:link href="http://sourcecodebean.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sourcecodebean.com</link>
	<description>giving you tricks and tips of good coding</description>
	<lastBuildDate>Mon, 15 Feb 2010 15:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Martin</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-3012</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 15 Feb 2010 15:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-3012</guid>
		<description>maybe yesterday really webservice used one of customers.
MonoMaxMemory 500000000 maybe work, but its combination of problems with webservices.

we try dealocation all data manualy...

i past here any news</description>
		<content:encoded><![CDATA[<p>maybe yesterday really webservice used one of customers.<br />
MonoMaxMemory 500000000 maybe work, but its combination of problems with webservices.</p>
<p>we try dealocation all data manualy&#8230;</p>
<p>i past here any news</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Peter</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-3010</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 15 Feb 2010 10:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-3010</guid>
		<description>I am note quite sure how to set if for all vhosts, or how well MonoMaxMemory works at all. This is from the documentation:

&quot;MonoMaxMemory. If MonoRunXSP is True, the maximum size of the process&#039;s data segment (data size) in bytes allowed for the spawned mono process. It will be restarted when the limit is reached. If this capability is not available on your system, the directive will be ignored. Default value: system default&quot;

This page states http://www.mono-project.com/Mod_mono:
&quot;Lines 4 and 5 set the maximum memory to be used (bytes) and the maximum CPU time consumed (seconds) by the &#039;jeanette&#039; mod-mono-server instance. After reaching the limit, the OS will kill mod-mono-server. A new instance should start automatically on the next request. (But, JT notes that these directives don&#039;t work at all for him.)&quot;

So it seems like others have problem with the MonoMaxMemory as well...</description>
		<content:encoded><![CDATA[<p>I am note quite sure how to set if for all vhosts, or how well MonoMaxMemory works at all. This is from the documentation:</p>
<p>&#8220;MonoMaxMemory. If MonoRunXSP is True, the maximum size of the process&#8217;s data segment (data size) in bytes allowed for the spawned mono process. It will be restarted when the limit is reached. If this capability is not available on your system, the directive will be ignored. Default value: system default&#8221;</p>
<p>This page states <a href="http://www.mono-project.com/Mod_mono" rel="nofollow">http://www.mono-project.com/Mod_mono</a>:<br />
&#8220;Lines 4 and 5 set the maximum memory to be used (bytes) and the maximum CPU time consumed (seconds) by the &#8216;jeanette&#8217; mod-mono-server instance. After reaching the limit, the OS will kill mod-mono-server. A new instance should start automatically on the next request. (But, JT notes that these directives don&#8217;t work at all for him.)&#8221;</p>
<p>So it seems like others have problem with the MonoMaxMemory as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Martin</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-3006</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-3006</guid>
		<description>no today webservice called...  
and i dont reise maxmemory but limit it to 500MB

How can i limit memory SUM of all solutions to 500MB?</description>
		<content:encoded><![CDATA[<p>no today webservice called&#8230;<br />
and i dont reise maxmemory but limit it to 500MB</p>
<p>How can i limit memory SUM of all solutions to 500MB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendly URLs and the Zend Router by Peter</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-and-the-zend-router/31/comment-page-1#comment-3005</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=31#comment-3005</guid>
		<description>@Vishal What version of Zend Framework are you using? The default way of bootstrapping an zend application has changed some since I wrote the post.</description>
		<content:encoded><![CDATA[<p>@Vishal What version of Zend Framework are you using? The default way of bootstrapping an zend application has changed some since I wrote the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Peter</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-3004</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-3004</guid>
		<description>Our problem originated in a WebService method that accepted an file upload as byte[]. On Windows using the .NET runtime this did not cause any problem - the memory got freed as supposed. But on Mono the memory allocated for the byte[] (the uploaded file) doesn&#039;t seem to be garbage collected, ever. 

Raising the MonoMaxMemory will only delay the problem, once you are out of memory you are out. I really hope the Mono team will adress this issue in the upcoming releases of Mono.</description>
		<content:encoded><![CDATA[<p>Our problem originated in a WebService method that accepted an file upload as byte[]. On Windows using the .NET runtime this did not cause any problem &#8211; the memory got freed as supposed. But on Mono the memory allocated for the byte[] (the uploaded file) doesn&#8217;t seem to be garbage collected, ever. </p>
<p>Raising the MonoMaxMemory will only delay the problem, once you are out of memory you are out. I really hope the Mono team will adress this issue in the upcoming releases of Mono.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An update on the mono memory issue by Peter</title>
		<link>http://sourcecodebean.com/archives/an-update-on-the-mono-memory-issue/184/comment-page-1#comment-3003</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=184#comment-3003</guid>
		<description>Arthur, unfortunately not yet. I was hoping that this would be adressed in Mono 2.6.x, but when I last tested it, the issue was still there. We are now handeling file uploads differently, to avoid the problem.</description>
		<content:encoded><![CDATA[<p>Arthur, unfortunately not yet. I was hoping that this would be adressed in Mono 2.6.x, but when I last tested it, the issue was still there. We are now handeling file uploads differently, to avoid the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod-mono-server2 memory consumption problems by Martin</title>
		<link>http://sourcecodebean.com/archives/mod-mono-server2-memory-consumption-problems/121/comment-page-1#comment-3001</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 22:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=121#comment-3001</guid>
		<description>I have same problem mono 2.6.1:

1.5GB and server stop responding....

ab -n 100 http://.....    =&gt; 1.5GB =&gt; stop responding

i use directive:
MonoMaxMemory 500000000

and problem solved, ab(apache benchamrk) dont reached 1.5GB... BUT next day server stop responding 2x time, and i must use hard reset... directive work only for one app ? (3x app = 1500GB?) .... this its very bad situation... any solution?

I add now MonoAutoRestartTime 00:01 ... :X</description>
		<content:encoded><![CDATA[<p>I have same problem mono 2.6.1:</p>
<p>1.5GB and server stop responding&#8230;.</p>
<p>ab -n 100 <a href="http://...." rel="nofollow">http://&#8230;.</a>.    =&gt; 1.5GB =&gt; stop responding</p>
<p>i use directive:<br />
MonoMaxMemory 500000000</p>
<p>and problem solved, ab(apache benchamrk) dont reached 1.5GB&#8230; BUT next day server stop responding 2x time, and i must use hard reset&#8230; directive work only for one app ? (3x app = 1500GB?) &#8230;. this its very bad situation&#8230; any solution?</p>
<p>I add now MonoAutoRestartTime 00:01 &#8230; :X</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendly URLs and the Zend Router by Vishal</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-and-the-zend-router/31/comment-page-1#comment-2885</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Wed, 03 Feb 2010 14:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=31#comment-2885</guid>
		<description>I have made the changes as you have mentioned ..

1&gt;I created a routes.ini file and put in my config folder
2&gt;In my bootstrap file i have added the code as mentioned in your blog.

Then when i try to run my code for that particular link...
i am not getting the url friendly urls..


For your help...

-----------------My routes.ini-----------------------------
routes.popular.route = popular/:type
routes.popular.defaults.controller = order
routes.popular.defaults.action = index
routes.popular.defaults.type = myorder
routes.popular.reqs.type = \w+
routes.popular.reqs.page = \d+
routes.popular.reqs.sortOrder = \w+
-----------------------------------------------------


-------------------Bootstrap.php-----------------------

	$config1 = new Zend_Config_Ini( APP_PATH .DIRECTORY_SEPARATOR . &#039;/config/routes.ini&#039; );
	
$router1 = $front-&gt;getRouter();
$router1-&gt;addConfig($config1,&#039;routes&#039;);
------------------------------------------------------------


Please help...

Do i need to make changes in any other place as well..like in the corresponding action.....

Thanks
Vishal</description>
		<content:encoded><![CDATA[<p>I have made the changes as you have mentioned ..</p>
<p>1&gt;I created a routes.ini file and put in my config folder<br />
2&gt;In my bootstrap file i have added the code as mentioned in your blog.</p>
<p>Then when i try to run my code for that particular link&#8230;<br />
i am not getting the url friendly urls..</p>
<p>For your help&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;My routes.ini&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
routes.popular.route = popular/:type<br />
routes.popular.defaults.controller = order<br />
routes.popular.defaults.action = index<br />
routes.popular.defaults.type = myorder<br />
routes.popular.reqs.type = \w+<br />
routes.popular.reqs.page = \d+<br />
routes.popular.reqs.sortOrder = \w+<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-Bootstrap.php&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>	$config1 = new Zend_Config_Ini( APP_PATH .DIRECTORY_SEPARATOR . &#8216;/config/routes.ini&#8217; );</p>
<p>$router1 = $front-&gt;getRouter();<br />
$router1-&gt;addConfig($config1,&#8217;routes&#8217;);<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Please help&#8230;</p>
<p>Do i need to make changes in any other place as well..like in the corresponding action&#8230;..</p>
<p>Thanks<br />
Vishal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An update on the mono memory issue by Arthur</title>
		<link>http://sourcecodebean.com/archives/an-update-on-the-mono-memory-issue/184/comment-page-1#comment-2683</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Sun, 10 Jan 2010 18:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=184#comment-2683</guid>
		<description>Hello, is this problem resolved?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello, is this problem resolved?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a custom View Helper in the Zend Framework by Creating a JSON-RPC service using Zend Json Server</title>
		<link>http://sourcecodebean.com/archives/creating-a-custom-view-helper-in-the-zend-framework/6/comment-page-1#comment-2660</link>
		<dc:creator>Creating a JSON-RPC service using Zend Json Server</dc:creator>
		<pubDate>Thu, 07 Jan 2010 08:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=6#comment-2660</guid>
		<description>[...] Creating a custom View Helper in the Zend Framework [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating a custom View Helper in the Zend Framework [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
