<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/cherrypy-users</id>
  <title type="text">cherrypy-users Google Group</title>
  <subtitle type="text">
  For questions about using CherryPy
  </subtitle>
  <link href="/group/cherrypy-users/feed/atom_v1_0_msgs.xml" rel="self" title="cherrypy-users feed"/>
  <updated>2013-05-21T14:04:48Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Derek Litz</name>
  <email>litzoma...@gmail.com</email>
  </author>
  <updated>2013-05-21T14:04:48Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/d9e725546b03ff73/6c0f6a77b21048d0?show_docid=6c0f6a77b21048d0</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/d9e725546b03ff73/6c0f6a77b21048d0?show_docid=6c0f6a77b21048d0"/>
  <title type="text">Re: caching and debugging</title>
  <summary type="html" xml:space="preserve">
  Woops, dictionary config with valid dictionary :) &lt;br&gt; {&#39;/&#39;: {&#39;cherrypy.tools.caching.debug &#39; : True}}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Derek Litz</name>
  <email>litzoma...@gmail.com</email>
  </author>
  <updated>2013-05-21T14:03:20Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/d9e725546b03ff73/1996e9427f1cdb71?show_docid=1996e9427f1cdb71</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/d9e725546b03ff73/1996e9427f1cdb71?show_docid=1996e9427f1cdb71"/>
  <title type="text">Re: caching and debugging</title>
  <summary type="html" xml:space="preserve">
  You can configure tool settings in a variety of ways: &lt;br&gt; Method decorators: &lt;br&gt; @cherrypy.tools.caching(debug= True) &lt;br&gt; Dictionary config: &lt;br&gt; {&#39;/&#39;: &#39;cherrypy.tools.caching.debug&#39; : True} &lt;br&gt; File Based: &lt;br&gt; [/] &lt;br&gt; tools.caching.debug = True &lt;br&gt; For more an more in depth overview of tools: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.cherrypy.org/stable/progguide/extending/customtools.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <email>kssid...@googlemail.com</email>
  </author>
  <updated>2013-05-20T12:53:20Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/d9e725546b03ff73/0423fd2fbc171851?show_docid=0423fd2fbc171851</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/d9e725546b03ff73/0423fd2fbc171851?show_docid=0423fd2fbc171851"/>
  <title type="text">caching and debugging</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; I spent a while trying to debug why my default cherrypy MemoryCache was not &lt;br&gt; caching and serving cached content. &lt;br&gt; I found out that the default max_obj size was too small for my case to &lt;br&gt; cache content, and also when i kept reloading a page to test the cache, the &lt;br&gt; request contained the header &#39;cache-control: max-age=0&#39;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joel Rivera</name>
  <email>riv...@joel.mx</email>
  </author>
  <updated>2013-05-20T09:23:56Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/5a247833e9a4fda9/a8bff745387a592d?show_docid=a8bff745387a592d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/5a247833e9a4fda9/a8bff745387a592d?show_docid=a8bff745387a592d"/>
  <title type="text">Re: [cherrypy-users] MemoryError on cherrypy application hosted on pythonanywhere.com</title>
  <summary type="html" xml:space="preserve">
  Hi Giorgos, &lt;br&gt; &lt;p&gt;how much data are you storing in the sessions?, how much sessions files &lt;br&gt; does it have in the temporary directory and what is the timeout value &lt;br&gt; of the sessions? &lt;br&gt; &lt;p&gt;Cheers. &lt;br&gt; &lt;p&gt;On Sat, 18 May 2013 04:10:18 -0700 (PDT) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Rivera²
  </summary>
  </entry>
  <entry>
  <author>
  <name>Giorgos Tzampanakis</name>
  <email>giorgos.tzampana...@gmail.com</email>
  </author>
  <updated>2013-05-18T11:10:18Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/5a247833e9a4fda9/8964e63deaf35b21?show_docid=8964e63deaf35b21</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/5a247833e9a4fda9/8964e63deaf35b21?show_docid=8964e63deaf35b21"/>
  <title type="text">MemoryError on cherrypy application hosted on pythonanywhere.com</title>
  <summary type="html" xml:space="preserve">
  I have a cherrypy application hosted on pythonanywhere.com. The application &lt;br&gt; receives very low traffic (very rarely do I see more than 2 concurrent &lt;br&gt; users), but still I see MemoryErrors very frequently, for example: &lt;br&gt; &lt;p&gt;ENGINE Error in background task thread function &amp;lt;bound method &lt;br&gt; FileSession.clean_up of &amp;lt;cherrypy.lib.sessions.FileSes sion object at
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Moore</name>
  <email>m...@alandmoore.com</email>
  </author>
  <updated>2013-05-10T18:58:30Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/e5af8d7cd71acf7a?show_docid=e5af8d7cd71acf7a</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/e5af8d7cd71acf7a?show_docid=e5af8d7cd71acf7a"/>
  <title type="text">Re: [cherrypy-users] do_logout gives 405 error</title>
  <summary type="html" xml:space="preserve">
  That was it; I created a form using the post method, and that worked. Kind &lt;br&gt; of an ugly hack, unfortunately. Is there a way to override this behavior, &lt;br&gt; or if I expose a function how would I call do_logout()?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joseph S. Tate</name>
  <email>dragonstri...@gmail.com</email>
  </author>
  <updated>2013-05-10T18:21:59Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/e3756b8373253389?show_docid=e3756b8373253389</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/e3756b8373253389?show_docid=e3756b8373253389"/>
  <title type="text">Re: [cherrypy-users] do_logout gives 405 error</title>
  <summary type="html" xml:space="preserve">
  Yep, it looks like the do_logout request needs to be a POST. It&#39;s &lt;br&gt; not-idempotent, so GET isn&#39;t appropriate. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Joseph Tate
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Moore</name>
  <email>m...@alandmoore.com</email>
  </author>
  <updated>2013-05-10T18:05:47Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/40ed9e6f40d1408b?show_docid=40ed9e6f40d1408b</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/40ed9e6f40d1408b?show_docid=40ed9e6f40d1408b"/>
  <title type="text">Re: [cherrypy-users] do_logout gives 405 error</title>
  <summary type="html" xml:space="preserve">
  Thanks for the response. &lt;br&gt; Sorry, I don&#39;t understand what you&#39;re asking; I just enabled session_auth &lt;br&gt; in the config and (previously) it &amp;quot;just worked&amp;quot;, just like do_login(). My &lt;br&gt; do_login() request uses POST, maybe I should use that for do_logout()?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joseph S. Tate</name>
  <email>dragonstri...@gmail.com</email>
  </author>
  <updated>2013-05-10T17:49:24Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/984b9c60fd426c93?show_docid=984b9c60fd426c93</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/984b9c60fd426c93?show_docid=984b9c60fd426c93"/>
  <title type="text">Re: [cherrypy-users] do_logout gives 405 error</title>
  <summary type="html" xml:space="preserve">
  What&#39;s the signature of your do_logout handler? Does it match the request? &lt;br&gt; Especially the HTTP Method? There are only a couple of reasons a 405 &lt;br&gt; happen: If you are using method dispatcher, and ask for GET, and no method &lt;br&gt; is provided, the second reason is also related to HTTP Method not being &lt;br&gt; allowed.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Moore</name>
  <email>m...@alandmoore.com</email>
  </author>
  <updated>2013-05-10T15:57:50Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/94db9b938e1c30e9?show_docid=94db9b938e1c30e9</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/b0e7dfb2fadeff71/94db9b938e1c30e9?show_docid=94db9b938e1c30e9"/>
  <title type="text">do_logout gives 405 error</title>
  <summary type="html" xml:space="preserve">
  I have an older cherrypy application that had been running on 3.1. I am &lt;br&gt; testing it against 3.2 (Debian upgrade, basically). It uses session_auth &lt;br&gt; to authenticate users, and login still works just fine. &lt;br&gt; Logout is broken, though. My code gives the user a &amp;quot;logout&amp;quot; hyperlink &lt;br&gt; which basically points to &amp;quot;do_logout?from_page=.&amp;quot;. In 3.2 I get a 405
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Brewer</name>
  <email>fuman...@aminus.org</email>
  </author>
  <updated>2013-05-10T14:47:39Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/d2db95c01a71d0dc/03c9c6fac996198c?show_docid=03c9c6fac996198c</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/d2db95c01a71d0dc/03c9c6fac996198c?show_docid=03c9c6fac996198c"/>
  <title type="text">RE: [cherrypy-users] Debugging CherryPy applications with Werkzeug</title>
  <summary type="html" xml:space="preserve">
  Yes, wsgi.pipeline is exactly that: a way to wrap the application for you. &lt;br&gt; &lt;p&gt;Robert Brewer &lt;br&gt; &lt;p&gt;fuman...@aminus.org &lt;br&gt; &lt;p&gt;Sent: Thursday, May 09, 2013 10:08 AM &lt;br&gt; To: cherrypy-users@googlegroups.co m &lt;br&gt; &lt;p&gt;Oi Joel, &lt;br&gt; nice post. I have the following question, Why not favor wrapping the application inside a middleware. The advantages in doing so is that it is a framework agnostic way of composing functionality. What are the advantages of doing it through Cherrypy&#39;s wsgi.pipeline? Or is it just a shorthand cherrypy provides to wrap the the application for you?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Javier Olaechea</name>
  <email>pir...@gmail.com</email>
  </author>
  <updated>2013-05-09T17:08:28Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/d2db95c01a71d0dc/dbe2a570b8c1726d?show_docid=dbe2a570b8c1726d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/d2db95c01a71d0dc/dbe2a570b8c1726d?show_docid=dbe2a570b8c1726d"/>
  <title type="text">Re: [cherrypy-users] Debugging CherryPy applications with Werkzeug</title>
  <summary type="html" xml:space="preserve">
  Oi Joel, &lt;br&gt; nice post. I have the following question, Why not favor wrapping the &lt;br&gt; application inside a middleware. The advantages in doing so is that it is a &lt;br&gt; framework agnostic way of composing functionality. What are the advantages &lt;br&gt; of doing it through Cherrypy&#39;s wsgi.pipeline? Or is it just a shorthand
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joel Rivera</name>
  <email>riv...@joel.mx</email>
  </author>
  <updated>2013-05-09T05:46:58Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/d2db95c01a71d0dc/c11e24163c2abc8c?show_docid=c11e24163c2abc8c</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/d2db95c01a71d0dc/c11e24163c2abc8c?show_docid=c11e24163c2abc8c"/>
  <title type="text">Debugging CherryPy applications with Werkzeug</title>
  <summary type="html" xml:space="preserve">
  Hi everyone &lt;br&gt; &lt;p&gt;I wrote a post [1] about that topic on my blog, just to change the &lt;br&gt; usual request for help, hopefully some of you may find it useful. &lt;br&gt; &lt;p&gt;Cheers. &lt;br&gt; &lt;p&gt;[1] &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://blog.joel.mx/post/debugging-cherrypy-applications-with-werkzeug&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; -- &lt;br&gt; Rivera²
  </summary>
  </entry>
  <entry>
  <author>
  <name>hjebbers</name>
  <email>hjebb...@gmail.com</email>
  </author>
  <updated>2013-05-07T21:25:38Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/9afda1f2466950d5/cdfda914d418303d?show_docid=cdfda914d418303d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/9afda1f2466950d5/cdfda914d418303d?show_docid=cdfda914d418303d"/>
  <title type="text">Re: Success stories request</title>
  <summary type="html" xml:space="preserve">
  I use cherrypy is as webserver in bots open source edi translator &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://bots.sourceforge.net&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; Cherrypy is a really great product, very stable and trustworthy. &lt;br&gt; kind regards, &lt;br&gt; henk-jan ebbers &lt;br&gt; hjebb...@gmail.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cooper, Andrew</name>
  <email>acoo...@cimtek.com</email>
  </author>
  <updated>2013-05-07T15:46:29Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/32b7b586274cbd27?show_docid=32b7b586274cbd27</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/32b7b586274cbd27?show_docid=32b7b586274cbd27"/>
  <title type="text">RE: [cherrypy-users] How do you serve a .msi file from cherrypy using staticfile tool</title>
  <summary type="html" xml:space="preserve">
  Thanks for the reply. &lt;br&gt; &lt;p&gt;I had tried multiple mime types...including the one suggested below. &lt;br&gt; But I still cannot get the issue resolved &lt;br&gt; &lt;p&gt;I&#39;m serving the URL request from Flash NavigateToURL(......,&#39;_blank&#39;) ; &lt;br&gt; &lt;p&gt;On My system and one of my colleagues using Chrome and IE(8) both render the msi as text in the browser
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sylvain Hellegouarch</name>
  <email>s...@defuze.org</email>
  </author>
  <updated>2013-05-07T08:55:57Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/12e7ab822f211977/8565e5702d75587f?show_docid=8565e5702d75587f</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/12e7ab822f211977/8565e5702d75587f?show_docid=8565e5702d75587f"/>
  <title type="text">Re: [cherrypy-users] How to create &quot;Fake File object&quot; for Unit Testing?</title>
  <summary type="html" xml:space="preserve">
  Hi Tyrone, &lt;br&gt; &lt;p&gt;I had written a small recipe on the subject: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://bitbucket.org/Lawouach/cherrypy-recipes/src/50aff88dc4e24206518ec32e1c32af043f2729da/testing/unit/serverless?at=default&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;following this SO question: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/14260101/unittesting-cherrypy-webapp/14261070#14261070&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Vincent Le Goff</name>
  <email>vincent.legoff....@gmail.com</email>
  </author>
  <updated>2013-05-06T19:07:00Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/12e7ab822f211977/e42ca017e92693e1?show_docid=e42ca017e92693e1</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/12e7ab822f211977/e42ca017e92693e1?show_docid=e42ca017e92693e1"/>
  <title type="text">Re: [cherrypy-users] How to create &quot;Fake File object&quot; for Unit Testing?</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I&#39;m not sure of what you want to do, but you can create a file-like &lt;br&gt; object (with read and readlines method) using StringIO objects. &lt;br&gt; This class is defined in the StringIO module for Python 2.7 and io &lt;br&gt; module for Python 3.X. Here&#39;s an example using Python 3: &lt;br&gt; &lt;p&gt;&#39;that works&#39; &lt;br&gt; &lt;p&gt;Hope that helps,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tyrone Schiff</name>
  <email>sch...@google.com</email>
  </author>
  <updated>2013-05-06T18:06:22Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/12e7ab822f211977/f1a49fe3fba32c6d?show_docid=f1a49fe3fba32c6d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/12e7ab822f211977/f1a49fe3fba32c6d?show_docid=f1a49fe3fba32c6d"/>
  <title type="text">How to create &quot;Fake File object&quot; for Unit Testing?</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; I&#39;m trying to write a unit test to verify that I&#39;ve uploaded a file &lt;br&gt; correctly via CherryPy. According to the CherryPy docs&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.cherrypy.org/stable/progguide/files/uploading.html&quot;&gt;[link]&lt;/a&gt;&amp;gt;, &lt;br&gt; I access the uploaded attachment like this: &lt;br&gt; attachment.file.read() &lt;br&gt; Does anyone have any familiarity writing unit tests for file objects?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nick Repole</name>
  <email>nick.rep...@gmail.com</email>
  </author>
  <updated>2013-05-04T21:37:24Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/fd1da94400b0eaf5?show_docid=fd1da94400b0eaf5</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/fd1da94400b0eaf5?show_docid=fd1da94400b0eaf5"/>
  <title type="text">Re: [cherrypy-users] Two WSGI servers with access to the same application instance?</title>
  <summary type="html" xml:space="preserve">
  Thanks Derek, the first part is what I currently have, second part is more &lt;br&gt; what I was looking for. &lt;br&gt; My understanding is I still need to call cherrypy.engine.start() after &lt;br&gt; creating my app object? &lt;br&gt; Also curious, what&#39;s the difference between: &lt;br&gt; app = cherrypy.tree.mount(MyApp(), &amp;quot;&amp;quot;, &#39;config.ini&#39;) &lt;br&gt; app = cherrypy.Application(MyApp(), &amp;quot;&amp;quot;, &#39;config.ini&#39;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joel Rivera</name>
  <email>riv...@joel.mx</email>
  </author>
  <updated>2013-05-03T22:45:44Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/ca3ed2237a6a0b1f?show_docid=ca3ed2237a6a0b1f</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/ca3ed2237a6a0b1f?show_docid=ca3ed2237a6a0b1f"/>
  <title type="text">RE: [cherrypy-users] How do you serve a .msi file from cherrypy using staticfile tool</title>
  <summary type="html" xml:space="preserve">
  Hi Andrew, &lt;br&gt; &lt;p&gt;Why are you using a very generic mime type of octet-stream instead of &lt;br&gt; something like &amp;quot;application/x-ole-storage&amp;quot; or &amp;quot;text/mspg-legacyinfo&amp;quot;, &lt;br&gt; according to [1] that are the appropriates mime types. &lt;br&gt; &lt;p&gt;&#39;/support/Uplink.msi&#39;: &lt;br&gt; {&#39;tools.staticfile.on&#39;: True, &lt;br&gt; &#39;tools.staticfile.filename&#39;: &#39;/apps/Uplink.msi&#39;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cooper, Andrew</name>
  <email>acoo...@cimtek.com</email>
  </author>
  <updated>2013-05-03T22:39:06Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/ba5d3bbfc8733cb2?show_docid=ba5d3bbfc8733cb2</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/ba5d3bbfc8733cb2?show_docid=ba5d3bbfc8733cb2"/>
  <title type="text">RE: [cherrypy-users] How do you serve a .msi file from cherrypy using staticfile tool</title>
  <summary type="html" xml:space="preserve">
  Can anybody help with this ? I would prefer to serve the msi as a static &lt;br&gt; link rather than as a zip file &lt;br&gt; &lt;p&gt;[mailto:cherrypy-users@googleg roups.com] On Behalf Of Cooper, Andrew &lt;br&gt; Sent: 30 April 2013 16:14 &lt;br&gt; To: cherrypy-users@googlegroups.co m &lt;br&gt; using staticfile tool &lt;br&gt; &lt;p&gt;Given the following static file configurations
  </summary>
  </entry>
  <entry>
  <author>
  <name>Robert Brewer</name>
  <email>fuman...@aminus.org</email>
  </author>
  <updated>2013-05-03T15:05:38Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/e8c3f81934fea48b/494d06b7bdefccf3?show_docid=494d06b7bdefccf3</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/e8c3f81934fea48b/494d06b7bdefccf3?show_docid=494d06b7bdefccf3"/>
  <title type="text">RE: [cherrypy-users] Custom logging handlers and DropPrivileges</title>
  <summary type="html" xml:space="preserve">
  Hi Tim, &lt;br&gt; &lt;p&gt;The recommended solution here is to wrap up your handler calls in a plugin and then subscribe it to run after the drop. &lt;br&gt; &lt;p&gt;class Logging(plugins.SimplePlugin): &lt;br&gt; &lt;p&gt; def start(self): &lt;br&gt; cherrypy.log.access_log.handle rs = [] &lt;br&gt; rfh = logging.handlers.RotatingFileH andler( &lt;br&gt; my_log_path, &amp;quot;a&amp;quot;, my_log_size, my_log_count)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Timothy Shead</name>
  <email>shead.timo...@gmail.com</email>
  </author>
  <updated>2013-05-02T20:38:30Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/e8c3f81934fea48b/6cb46e1540a8ec3c?show_docid=6cb46e1540a8ec3c</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/e8c3f81934fea48b/6cb46e1540a8ec3c?show_docid=6cb46e1540a8ec3c"/>
  <title type="text">Custom logging handlers and DropPrivileges</title>
  <summary type="html" xml:space="preserve">
  Gang: &lt;br&gt; I&#39;ve got a CherryPy server where, early in the startup process, I customize &lt;br&gt; the built-in logging handlers to support log rotation: &lt;br&gt; cherrypy.log.access_log.handle rs = [] &lt;br&gt; &lt;p&gt;cherrypy.log.access_log.addHan dler(logging.handlers.Rotating FileHandler(my_log_path, &lt;br&gt; &amp;quot;a&amp;quot;, my_log_size, my_log_count)) &lt;br&gt; ... this has worked great for years. However, I recently also had to start
  </summary>
  </entry>
  <entry>
  <author>
  <name>Derek Litz</name>
  <email>litzoma...@gmail.com</email>
  </author>
  <updated>2013-05-02T15:43:12Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/df93f8990ac6ed22?show_docid=df93f8990ac6ed22</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/df93f8990ac6ed22?show_docid=df93f8990ac6ed22"/>
  <title type="text">Re: [cherrypy-users] Two WSGI servers with access to the same application instance?</title>
  <summary type="html" xml:space="preserve">
  Through cherrypy: &lt;br&gt; cherrypy.tree.mount(Root(), config=conf) &lt;br&gt; cherrypy.server.thread_pool = 30 &lt;br&gt; cherrypy.server.ssl_private_ke y = &#39;something.key&#39; &lt;br&gt; cherrypy.server.ssl_certificat e = &#39;something.crt&#39; &lt;br&gt; cherrypy.server.socket_port = 443 &lt;br&gt; cherrypy.server.socket_host = &#39;0.0.0.0&#39; &lt;br&gt; http_server = cherrypy._cpserver.Server()
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nick Repole</name>
  <email>nick.rep...@gmail.com</email>
  </author>
  <updated>2013-05-01T19:58:21Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/81b5060a239f714f?show_docid=81b5060a239f714f</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/81b5060a239f714f?show_docid=81b5060a239f714f"/>
  <title type="text">Re: [cherrypy-users] Two WSGI servers with access to the same application instance?</title>
  <summary type="html" xml:space="preserve">
  I do currently have my app running that way, was more just curious from an &lt;br&gt; experimentation point of view. On a similar note, was curious if I&#39;d be &lt;br&gt; able to run a single instance of a cherrypy wsgi app behind something like &lt;br&gt; nginx with both http and https.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sylvain Hellegouarch</name>
  <email>s...@defuze.org</email>
  </author>
  <updated>2013-04-30T18:54:21Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/33760b7e37828371?show_docid=33760b7e37828371</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/33760b7e37828371?show_docid=33760b7e37828371"/>
  <title type="text">Re: [cherrypy-users] Two WSGI servers with access to the same application instance?</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;In my opinion you should use the CherryPy engine layer if you could. It&#39;d &lt;br&gt; make your life easier. If not, have you look at this? &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://bitbucket.org/Lawouach/cherrypy-recipes/src/50aff88dc4e24206518ec32e1c32af043f2729da/deployment/tls/ssl_and_plain_servers.py?at=default&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; - Sylvain
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nick Repole</name>
  <email>nick.rep...@gmail.com</email>
  </author>
  <updated>2013-04-30T15:17:29Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/a8f28e98b3f4b81f?show_docid=a8f28e98b3f4b81f</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/1f4ed39710c9ed03/a8f28e98b3f4b81f?show_docid=a8f28e98b3f4b81f"/>
  <title type="text">Two WSGI servers with access to the same application instance?</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; I&#39;m looking to run two WSGI servers (one HTTP, one HTTPS) with access to &lt;br&gt; the same instance of my application. As far as I can tell, the only way to &lt;br&gt; do this is to split off two threads in my server file: &lt;br&gt; from myapp import app &lt;br&gt; from cherrypy import wsgiserver &lt;br&gt; from cherrypy.wsgiserver.ssl_builti n import BuiltinSSLAdapter
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cooper, Andrew</name>
  <email>acoo...@cimtek.com</email>
  </author>
  <updated>2013-04-30T15:14:18Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/257f02d2d6874e04?show_docid=257f02d2d6874e04</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/257f02d2d6874e04?show_docid=257f02d2d6874e04"/>
  <title type="text">How do you serve a .msi file from cherrypy using staticfile tool</title>
  <summary type="html" xml:space="preserve">
  Given the following static file configurations &lt;br&gt; &lt;p&gt;Both the zip and exe files work but the msi file loads the file as text. &lt;br&gt; &lt;p&gt;How can I force it to download ? &lt;br&gt; &lt;p&gt;&#39;/support/Uplink.msi&#39;: &lt;br&gt; &lt;p&gt; {&#39;tools.staticfile.on&#39;: True, &lt;br&gt; &lt;p&gt; &#39;tools.staticfile.filename&#39;: &#39;/apps/Uplink.msi&#39;, &lt;br&gt; &lt;p&gt; &#39;tools.staticfile.content_type s&#39;: {&#39;msi&#39;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ronnie Ghose</name>
  <email>ronnie.gh...@gmail.com</email>
  </author>
  <updated>2013-04-24T21:44:22Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/da121db43bbd4082?show_docid=da121db43bbd4082</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/da121db43bbd4082?show_docid=da121db43bbd4082"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  yesyesyes +1 :D &lt;br&gt; &lt;p&gt;On Wed, Apr 24, 2013 at 5:43 PM, Lakin Wecker &amp;lt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lakin Wecker</name>
  <email>la...@structuredabstraction.com</email>
  </author>
  <updated>2013-04-24T21:43:52Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/6104f0e257826116?show_docid=6104f0e257826116</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/6104f0e257826116?show_docid=6104f0e257826116"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  I am generally in favour of more exposure. MIchiel Overtoom&#39;s question &lt;br&gt; would be my only concern. It would be a shame if we generated pull requests &lt;br&gt; that were ignored because it was a pain to get them pulled all the way into &lt;br&gt; the mercurial repository. &lt;br&gt; &lt;p&gt;Lakin
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sylvain Hellegouarch</name>
  <email>s...@defuze.org</email>
  </author>
  <updated>2013-04-24T19:26:37Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/9032ee4aa6d21e56?show_docid=9032ee4aa6d21e56</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/9032ee4aa6d21e56?show_docid=9032ee4aa6d21e56"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t mind either way but if people are interested, it might be a good &lt;br&gt; idea indeed :) &lt;br&gt; &lt;p&gt;-- &lt;br&gt; - Sylvain &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.defuze.org&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitter.com/lawouach&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nick Repole</name>
  <email>nick.rep...@gmail.com</email>
  </author>
  <updated>2013-04-24T17:04:45Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/b1e0200455f09bcc?show_docid=b1e0200455f09bcc</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/b1e0200455f09bcc?show_docid=b1e0200455f09bcc"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  Count me among those who&#39;d love to see this. I think exposure wise it&#39;d &lt;br&gt; really help.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tim Roberts</name>
  <email>t...@probo.com</email>
  </author>
  <updated>2013-04-22T17:21:06Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/a9c3d4b72865e72f?show_docid=a9c3d4b72865e72f</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/a9c3d4b72865e72f?show_docid=a9c3d4b72865e72f"/>
  <title type="text">Re: [cherrypy-users] CherryPy Sessions seems wrong</title>
  <summary type="html" xml:space="preserve">
  Mark wrote: &lt;br&gt; &lt;p&gt;Because they take up disk space. Now, we&#39;re talking about balancing an &lt;br&gt; infinitely small CPU load against an infinitely small amount of disk &lt;br&gt; space, so there is no reason to choose a particular time interval other &lt;br&gt; than whatever makes you comfortable. &lt;br&gt; &lt;p&gt;If the session data contains sensitive information, then there may be a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark</name>
  <email>markree...@gmail.com</email>
  </author>
  <updated>2013-04-21T19:34:54Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/5b48f490d287bfd3?show_docid=5b48f490d287bfd3</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/5b48f490d287bfd3?show_docid=5b48f490d287bfd3"/>
  <title type="text">Re: [cherrypy-users] CherryPy Sessions seems wrong</title>
  <summary type="html" xml:space="preserve">
  Thanks, &lt;br&gt; &lt;p&gt;I&#39;m using SimpleDB as a session backend so I can keep track of state across &lt;br&gt; multiple machines. I just had to modify setting of the client cookie and &lt;br&gt; the clean up timeout to accomodate my use. &lt;br&gt; &lt;p&gt;Mark
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michiel Overtoom</name>
  <email>mot...@xs4all.nl</email>
  </author>
  <updated>2013-04-21T05:04:55Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/3dd3ca6ad7381072?show_docid=3dd3ca6ad7381072</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/3dd3ca6ad7381072?show_docid=3dd3ca6ad7381072"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  Is it two-way? What happens if someone forks CherryPy on github, modifies something and creates a pull request? How will that show up on Bitbucket? And what about the issue tracker? Are the issues shared too between Bitbucket and github? &lt;br&gt; &lt;p&gt;-- &lt;br&gt; &amp;quot;If you don&#39;t know, the thing to do is not to get scared, but to learn.&amp;quot; - Ayn Rand
  </summary>
  </entry>
  <entry>
  <author>
  <name>Walter Woods</name>
  <email>woodswal...@gmail.com</email>
  </author>
  <updated>2013-04-21T04:58:01Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/1b986017bc1a4224?show_docid=1b986017bc1a4224</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/1b986017bc1a4224?show_docid=1b986017bc1a4224"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  For what it&#39;s worth, I also think this would be awesome. Github has a &lt;br&gt; really nice interface for browsing code, and git itself is more ubiquitous &lt;br&gt; than mercurial.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joel Rivera</name>
  <email>riv...@joel.mx</email>
  </author>
  <updated>2013-04-20T23:28:42Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/f0795038f1a4ee95?show_docid=f0795038f1a4ee95</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/0d2ab75e57f6fc1c/f0795038f1a4ee95?show_docid=f0795038f1a4ee95"/>
  <title type="text">Re: [cherrypy-users] MIrror on Github?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m seriously considering to implement a mirror on github, It might give &lt;br&gt; more visibility to the project and it seems kinda easy with hg-git&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://hgtip.com/tips/advanced/2009-11-09-create-a-git-mirror/&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; . &lt;br&gt; I&#39;m not saying that we should move to github because is more popular, but &lt;br&gt; to have just a little bridge for the githubers, a lot of people look for
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joel Rivera</name>
  <email>riv...@joel.mx</email>
  </author>
  <updated>2013-04-20T23:15:25Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/f153dce88cbb33d5?show_docid=f153dce88cbb33d5</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/f153dce88cbb33d5?show_docid=f153dce88cbb33d5"/>
  <title type="text">Re: [cherrypy-users] CherryPy Sessions seems wrong</title>
  <summary type="html" xml:space="preserve">
  Hi Mark &lt;br&gt; &lt;p&gt;You can change the clean up frequency with &lt;br&gt; &#39;tools.sessions.clean_freq&#39;: 60 * 24 # a day &lt;br&gt; &#39;tools.sessions.clean_freq&#39;: 60 * 24 * 7 # a week &lt;br&gt; &lt;p&gt;Also this [1] previous thread might illustrate a little more how the &lt;br&gt; sessions are expected to be used. &lt;br&gt; &lt;p&gt;Cheers. &lt;br&gt; &lt;p&gt;[1] &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://groups.google.com/forum/#!msg/cherrypy-users/3rggaNVNjKE/yT45LoAromcJ&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mark</name>
  <email>markree...@gmail.com</email>
  </author>
  <updated>2013-04-20T22:46:32Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/3c1cf16b99e3a655?show_docid=3c1cf16b99e3a655</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/9e7a63cb0088218c/3c1cf16b99e3a655?show_docid=3c1cf16b99e3a655"/>
  <title type="text">CherryPy Sessions seems wrong</title>
  <summary type="html" xml:space="preserve">
  Sessions in cherrypy seem wrong to me. &lt;br&gt; 1) Why is timeout set on the client and server? Client cookies should &lt;br&gt; default to session only so public computers don&#39;t retain the cookie after &lt;br&gt; the user closes the browser. Server just ignores expired cookies. &lt;br&gt; 2) Why are we calling clean_up every 5 minutes? Can I change this? Do it
  </summary>
  </entry>
  <entry>
  <author>
  <email>hardik.ec0...@gmail.com</email>
  </author>
  <updated>2013-04-18T09:05:23Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/caf93586268fcb69/f0872dc182027a5d?show_docid=f0872dc182027a5d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/caf93586268fcb69/f0872dc182027a5d?show_docid=f0872dc182027a5d"/>
  <title type="text">Re: CherryPy on PythonAnywhere</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; First of all install a Cherrypy. &lt;br&gt; then go through thae directory:CherryPy-3.2.2\cherr ypy\tutorial and try &lt;br&gt; that examples. &lt;br&gt; then try to implement on your own. &lt;br&gt; I am working on CherryPy and for web layouts HTML and my application works &lt;br&gt; good. &lt;br&gt; so, Need any help then plz post it.. &lt;br&gt; Regards,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric Larson</name>
  <email>e...@ionrock.org</email>
  </author>
  <updated>2013-04-10T18:01:44Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/f77c7afcec173174/e4d85a0fb82adac1?show_docid=e4d85a0fb82adac1</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/f77c7afcec173174/e4d85a0fb82adac1?show_docid=e4d85a0fb82adac1"/>
  <title type="text">Re: [cherrypy-users] CherryPy wsgiserver - threadpool automatic grow/shrink</title>
  <summary type="html" xml:space="preserve">
  My understanding is that the thread pool is limited. The thread pool use a model similar to pre-fork in Apache where the threads are created at start up and reused. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Eric Larson
  </summary>
  </entry>
  <entry>
  <author>
  <name>simon</name>
  <email>simon-...@hotmail.com</email>
  </author>
  <updated>2013-04-07T03:53:10Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/71d969db6fca72d6/d200d02533a0222c?show_docid=d200d02533a0222c</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/71d969db6fca72d6/d200d02533a0222c?show_docid=d200d02533a0222c"/>
  <title type="text">Printing error stream but not access stream to stdout</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I would like to make my cherrpy server log the &#39;error&#39; messages to &lt;br&gt; stdout but not log the &#39;access&#39; messages at all. If I set my cherrypy &lt;br&gt; config like this: &lt;br&gt; &lt;p&gt; &#39;log.access_file&#39; : None, &lt;br&gt; &#39;log.screen&#39; : True &lt;br&gt; &lt;p&gt;this appears to log both error *and* access messages to stdout, which
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ramesh Nethi</name>
  <email>ramesh.ne...@gmail.com</email>
  </author>
  <updated>2013-04-09T13:56:46Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/f77c7afcec173174/ab97309e7907103c?show_docid=ab97309e7907103c</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/f77c7afcec173174/ab97309e7907103c?show_docid=ab97309e7907103c"/>
  <title type="text">CherryPy wsgiserver - threadpool automatic grow/shrink</title>
  <summary type="html" xml:space="preserve">
  I am using CherryPy wsgiserver (python 2.7.x) with one of my applications. &lt;br&gt; I configured 3 threads to begin with and default max threads, i.e., no &lt;br&gt; limit. When driven with concurrent requests, I donot see the thread pool &lt;br&gt; increased beyond the initial 3 threads. On further inspection into the &lt;br&gt; code, I see that ThreadPool.shrink() and grow() methods are not called
  </summary>
  </entry>
  <entry>
  <author>
  <name>mirko cianfarani</name>
  <email>pescatore1...@gmail.com</email>
  </author>
  <updated>2013-04-06T22:58:21Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/5726e1e8088a084d/3ae5109dc3c98839?show_docid=3ae5109dc3c98839</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/5726e1e8088a084d/3ae5109dc3c98839?show_docid=3ae5109dc3c98839"/>
  <title type="text">Re: How to start with varible adding on url</title>
  <summary type="html" xml:space="preserve">
  Tim!!!! &lt;br&gt; look on this question &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/15856428/i-add-the-query-string-on-url-but-the-url-not-exchange/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thx for all
  </summary>
  </entry>
  <entry>
  <author>
  <name>mirko cianfarani</name>
  <email>pescatore1...@gmail.com</email>
  </author>
  <updated>2013-04-06T22:57:11Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/162550da4fed9f23?show_docid=162550da4fed9f23</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/162550da4fed9f23?show_docid=162550da4fed9f23"/>
  <title type="text">Re: Server&#39;s starting and add the querystring with redirect</title>
  <summary type="html" xml:space="preserve">
  For all the solution is on &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/15856428/i-add-the-query-string-on-url-but-the-url-not-exchange/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>mirko cianfarani</name>
  <email>pescatore1...@gmail.com</email>
  </author>
  <updated>2013-04-06T22:21:36Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/be92ea5ab3f8a18d?show_docid=be92ea5ab3f8a18d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/be92ea5ab3f8a18d?show_docid=be92ea5ab3f8a18d"/>
  <title type="text">Re: Server&#39;s starting and add the querystring with redirect</title>
  <summary type="html" xml:space="preserve">
  Hi ravij &lt;br&gt; &lt;p&gt;Now I have new error: &lt;br&gt; &lt;p&gt;import cherrypy &lt;br&gt; import urllib &lt;br&gt; &lt;p&gt;class Root(object): &lt;br&gt; @cherrypy.expose &lt;br&gt; def index(self): &lt;br&gt; jsondict = [(&#39;foo&#39;, &#39;1&#39;), (&#39;fo&#39;, &#39;2&#39;)] &lt;br&gt; p = urllib.urlencode(jsondict) &lt;br&gt; raise cherrypy.HTTPRedirect(&amp;quot;/index? &amp;quot; + p) &lt;br&gt; &lt;p&gt;cherrypy.config.update({
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rajiv Navada</name>
  <email>rajivnav...@gmail.com</email>
  </author>
  <updated>2013-04-06T22:12:15Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/bae5c19d7733d598?show_docid=bae5c19d7733d598</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/bae5c19d7733d598?show_docid=bae5c19d7733d598"/>
  <title type="text">Re: Server&#39;s starting and add the querystring with redirect</title>
  <summary type="html" xml:space="preserve">
  Hi Mirko, &lt;br&gt; Please reconsider your &amp;quot;solution&amp;quot;. What you are trying to do just seems &lt;br&gt; wrong. Lets walk through your code. &lt;br&gt; ------------------------------ ------------------------------ ------------------------------ ----------------------- &lt;br&gt; import cherrypy &lt;br&gt; import urllib &lt;br&gt; class Root(object): &lt;br&gt; @cherrypy.expose
  </summary>
  </entry>
  <entry>
  <author>
  <name>mirko cianfarani</name>
  <email>pescatore1...@gmail.com</email>
  </author>
  <updated>2013-04-06T21:54:53Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/5eb159bfbf314ce3?show_docid=5eb159bfbf314ce3</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/aa4431ea51060b77/5eb159bfbf314ce3?show_docid=5eb159bfbf314ce3"/>
  <title type="text">Server&#39;s starting and add the querystring with redirect</title>
  <summary type="html" xml:space="preserve">
  his is a server in Cherrypy that I programmed and I want add the query &lt;br&gt; string. &lt;br&gt; But when I use the redirect the site and it appears that does not work with &lt;br&gt; the localhost:8080/index?foo=1&amp;amp;foo =2 &lt;br&gt; Why? &lt;br&gt; Where i wrong? &lt;br&gt; My project &lt;br&gt; import cherrypyimport urllib#import requests &lt;br&gt; class Root(object): &lt;br&gt; @cherrypy.expose
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Künstner</name>
  <email>m.kuenst...@googlemail.com</email>
  </author>
  <updated>2013-04-03T18:34:26Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/79284638eefb8c6f/b9e2874e635ef00d?show_docid=b9e2874e635ef00d</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/79284638eefb8c6f/b9e2874e635ef00d?show_docid=b9e2874e635ef00d"/>
  <title type="text">Re: [cherrypy-users] cherrypy.response.body is allways transformed to list</title>
  <summary type="html" xml:space="preserve">
  Hello Eugene, &lt;br&gt; &lt;p&gt;thank you for your help. &lt;br&gt; &lt;p&gt;In an other app with the same genshi version, (Genshi-0.6) and a &lt;br&gt; different cherrypy version &lt;br&gt; it works as expected. &lt;br&gt; &lt;p&gt;I tried also the older cherrypy version (3.2.2) and got the same &lt;br&gt; result. &lt;br&gt; &lt;p&gt;Am Mittwoch, den 03.04.2013, 08:51 +1100 schrieb Eugene Van den Bulke:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Künstner</name>
  <email>m.kuenst...@googlemail.com</email>
  </author>
  <updated>2013-04-03T17:40:13Z</updated>
  <id>http://groups.google.com/group/cherrypy-users/browse_thread/thread/79284638eefb8c6f/1dc5fc27d779d30b?show_docid=1dc5fc27d779d30b</id>
  <link href="http://groups.google.com/group/cherrypy-users/browse_thread/thread/79284638eefb8c6f/1dc5fc27d779d30b?show_docid=1dc5fc27d779d30b"/>
  <title type="text">Re: [cherrypy-users] cherrypy.response.body is allways transformed to list</title>
  <summary type="html" xml:space="preserve">
  Hello Vincent, &lt;br&gt; &lt;p&gt;I&#39;m using Genshi in the same way (as tool, and plugin) &lt;br&gt; as it is described here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://bitbucket.org/Lawouach/cherrypy-recipes/src/50aff88dc4e24206518ec32e1c32af043f2729da/web/templating?at=default&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I will follow the hint, that it can be caused by the templating engine. &lt;br&gt; &lt;p&gt;Am Dienstag, den 02.04.2013, 22:15 +0200 schrieb Vincent Le Goff:
  </summary>
  </entry>
</feed>
