<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>modwsgi Google Group</title>
  <link>http://groups.google.com/group/modwsgi</link>
  <description>Discussion group for mod_wsgi, the Python WSGI adapter module for Apache.</description>
  <language>en</language>
  <item>
  <title>Re: django and memory usage</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/ef021fcca0871c77?show_docid=ef021fcca0871c77</link>
  <description>
  Thanks for all of your tips Graham. Although I am starting to &lt;br&gt; understand how this works, I think I need to learn a lot more about &lt;br&gt; it. &lt;br&gt; &lt;p&gt;On Oct 10, 2:10 am, &amp;quot;Graham Dumpleton&amp;quot; &amp;lt;graham.dumple...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/ef021fcca0871c77?show_docid=ef021fcca0871c77</guid>
  <author>
  ja...@jasonism.org
  (issya)
  </author>
  <pubDate>Sat, 11 Oct 2008 02:31:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/4d5a48a2099db468?show_docid=4d5a48a2099db468</link>
  <description>
  On 10月10日, 下午2时19分, &amp;quot;Graham Dumpleton&amp;quot; &amp;lt;graham.dumple...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;The problem is solved by modifying the apache configuration according &lt;br&gt; to your suggestion。 &lt;br&gt; &lt;p&gt;Thanking you again for the help!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/4d5a48a2099db468?show_docid=4d5a48a2099db468</guid>
  <author>
  weizhonghua....@gmail.com
  (魏中华)
  </author>
  <pubDate>Fri, 10 Oct 2008 06:46:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/aeeb8ff303500fc3?show_docid=aeeb8ff303500fc3</link>
  <description>
  2008/10/10 魏中华 &amp;lt;weizhonghua....@gmail.com&amp;gt;: &lt;br&gt; It is hard to tell with direct access and ability to experiment, so &lt;br&gt; suggest what you do is use configuration: &lt;br&gt; &amp;lt;VirtualHost xxx:80&amp;gt; &lt;br&gt; WSGIDaemonProcess django_app_1 processes=3 threads=1 \ &lt;br&gt; user=nobody group=nogroup python-eggs=/tmp &lt;br&gt; WSGIScriptAlias /foo /home/some/path/foo.py
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/aeeb8ff303500fc3?show_docid=aeeb8ff303500fc3</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 06:19:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: django and memory usage</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/5db82b52112711f0?show_docid=5db82b52112711f0</link>
  <description>
  2008/10/10 issya &amp;lt;ja...@jasonism.org&amp;gt;: &lt;br&gt; What you have is one Apache parent process. This is effectively the &lt;br&gt; process monitor for Apache and is what spawns of Apache child worker &lt;br&gt; process. The mod_wsgi code in the Apache parent is also responsible &lt;br&gt; for spawning off the mod_wsgi daemon process. You would then have 2
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/5db82b52112711f0?show_docid=5db82b52112711f0</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 06:10:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: Newbie questions regarding installation and python shared library</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/5af8d1a45b3bd800/9c189278341b30ed?show_docid=9c189278341b30ed</link>
  <description>
  2008/10/10 Sonoud &amp;lt;son...@gmail.com&amp;gt;: &lt;br&gt; It may already provide a shared library, but default Python &lt;br&gt; installation isn&#39;t friendly to people linking against it and put the &lt;br&gt; static and shared versions of Python libraries in different locations &lt;br&gt; when by rights they should be available in the same location. Most
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/5af8d1a45b3bd800/9c189278341b30ed?show_docid=9c189278341b30ed</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 06:02:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/0cf776c59c096cf7?show_docid=0cf776c59c096cf7</link>
  <description>
  On 10月10日, 上午10时55分, &amp;quot;Graham Dumpleton&amp;quot; &amp;lt;graham.dumple...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;Actually, My Apache conf is : &lt;br&gt; ------------------------------ ------------- &lt;br&gt; &amp;lt;VirtualHost xxx:80&amp;gt; &lt;br&gt; WSGIDaemonProcess django_app user=nobody group=nogroup &lt;br&gt; threads=2 python-eggs=/tmp &lt;br&gt; WSGIProcessGroup django_app
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/0cf776c59c096cf7?show_docid=0cf776c59c096cf7</guid>
  <author>
  weizhonghua....@gmail.com
  (魏中华)
  </author>
  <pubDate>Fri, 10 Oct 2008 03:52:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: Newbie questions regarding installation and python shared library</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/5af8d1a45b3bd800/824080598272c2c6?show_docid=824080598272c2c6</link>
  <description>
  Dear Graham, &lt;br&gt; &lt;p&gt;Thanks a lot for your reply. &lt;br&gt; I just checked with ldd command. here is the output: &lt;br&gt; &lt;p&gt;$ ldd mod_wsgi.so &lt;br&gt; linux-gate.so.1 =&amp;gt; (0xffffe000) &lt;br&gt; libpthread.so.0 =&amp;gt; /lib/libpthread.so.0 (0xb7e53000) &lt;br&gt; libdl.so.2 =&amp;gt; /lib/libdl.so.2 (0xb7e4f000) &lt;br&gt; libutil.so.1 =&amp;gt; /lib/libutil.so.1 (0xb7e4b000)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/5af8d1a45b3bd800/824080598272c2c6?show_docid=824080598272c2c6</guid>
  <author>
  son...@gmail.com
  (Sonoud)
  </author>
  <pubDate>Fri, 10 Oct 2008 03:10:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: django and memory usage</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/b41e89136018df30?show_docid=b41e89136018df30</link>
  <description>
  Thank you for the tips. I have a couple of more questions, although &lt;br&gt; this is more related to Apache. Beack to the ServerLimit option. I &lt;br&gt; currently have 2 sites with the configuration I posted in my first &lt;br&gt; post. Say I have 10 sites with minimal traffic, would it still be good &lt;br&gt; to do ServerLimit 2? Or would I change that as my number of sites goes
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/b41e89136018df30?show_docid=b41e89136018df30</guid>
  <author>
  ja...@jasonism.org
  (issya)
  </author>
  <pubDate>Fri, 10 Oct 2008 03:01:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/bda3b24dffc44bb4?show_docid=bda3b24dffc44bb4</link>
  <description>
  2008/10/10 魏中华 &amp;lt;weizhonghua....@gmail.com&amp;gt;: &lt;br&gt; For this application, what does the WSGIScriptAlias line say? &lt;br&gt; If it is something like: &lt;br&gt; WSGIScriptAlias /xyq_active /some/path/script.wsgi &lt;br&gt; with URL used to access it that component being: &lt;br&gt; /xyq_active/get_cdkey/ &lt;br&gt; then may be okay. If &#39;xyq_active&#39; isn&#39;t the mount point however, then
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/bda3b24dffc44bb4?show_docid=bda3b24dffc44bb4</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:55:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: django and memory usage</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/c67d30c729a73405?show_docid=c67d30c729a73405</link>
  <description>
  2008/10/10 issya &amp;lt;ja...@jasonism.org&amp;gt;: &lt;br&gt; If you have a site which will be infrequently accessed, then using &lt;br&gt; inactivity-timeout will help in dropping memory usage back down when &lt;br&gt; application not being used. &lt;br&gt; The maximum-request option will help where you have a problem with &lt;br&gt; memory usage increasing for some reason, or if for some reason you had
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/c67d30c729a73405?show_docid=c67d30c729a73405</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:50:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: django and memory usage</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/b18960851d9a27cf?show_docid=b18960851d9a27cf</link>
  <description>
  Graham, &lt;br&gt; &lt;p&gt;As always, thank you for your help. You are correct that it was an &lt;br&gt; earlier version of mod_wsgi. I assumed the latest version of Ubuntu &lt;br&gt; would carry a later version of mod_wsgi. &lt;br&gt; &lt;p&gt;Is putting the maximum-request and inactivity-timeout the correct &lt;br&gt; approach to ensuring processes do not grow too large? Or would it be
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/9d0e72b2cd3a833a/b18960851d9a27cf?show_docid=b18960851d9a27cf</guid>
  <author>
  ja...@jasonism.org
  (issya)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:27:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/b5a8c4d23409a4a0?show_docid=b5a8c4d23409a4a0</link>
  <description>
  WSGI script file is : &lt;br&gt; --------------------------- &lt;br&gt; import os, sys &lt;br&gt; &lt;p&gt;sys.path.append(&amp;quot;/home/ati/tes t&amp;quot;) &lt;br&gt; sys.path.append(&amp;quot;/home/ati/tes t/get_cdkey&amp;quot;) &lt;br&gt; &lt;p&gt;os.environ[&#39;DJANGO_SETTINGS_MO DULE&#39;] = &#39;get_cdkey.settings&#39; &lt;br&gt; &lt;p&gt;import django.core.handlers.wsgi &lt;br&gt; &lt;p&gt;_application = django.core.handlers.wsgi.WSGI Handler()
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/b5a8c4d23409a4a0?show_docid=b5a8c4d23409a4a0</guid>
  <author>
  weizhonghua....@gmail.com
  (魏中华)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:21:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/d89124878d853ec1?show_docid=d89124878d853ec1</link>
  <description>
  2008/10/10 魏中华 &amp;lt;weizhonghua....@gmail.com&amp;gt;: &lt;br&gt; Post your WSGI script file and urls.py file and will tell you if they &lt;br&gt; are correct. &lt;br&gt; The required WSGI script file fiddle is: &lt;br&gt; import os, sys &lt;br&gt; sys.path.append(&#39;/usr/local/dj ango&#39;) &lt;br&gt; os.environ[&#39;DJANGO_SETTINGS_MO DULE&#39;] = &#39;mysite.settings&#39; &lt;br&gt; import django.core.handlers.wsgi
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/d89124878d853ec1?show_docid=d89124878d853ec1</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:11:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: [modwsgi] Re: Segmentation fault on POST and SSL client authentication</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/c9aefd55c55950cc/d999845d13206d60?show_docid=d999845d13206d60</link>
  <description>
  2008/10/9 Ants Aasma &amp;lt;ants.aa...@gmail.com&amp;gt;: &lt;br&gt; If anything, would expect problems with daemon mode and not embedded &lt;br&gt; mode. In embedded mode it is full Apache execution environment, &lt;br&gt; whereas in daemon mode aspects of the Apache execution environment for &lt;br&gt; handling requests are faked up. As such, could understand in daemon
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/c9aefd55c55950cc/d999845d13206d60?show_docid=d999845d13206d60</guid>
  <author>
  graham.dumple...@gmail.com
  (Graham Dumpleton)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:09:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: trouble in runing django with wsgi</title>
  <link>http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/df6eedebb14fe553?show_docid=df6eedebb14fe553</link>
  <description>
  On 10月10日, 上午9时43分, &amp;quot;Graham Dumpleton&amp;quot; &amp;lt;graham.dumple...@gmail.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;Thank you for your reply! &lt;br&gt; &lt;p&gt;I follow the example in that page, there no errors about urls. &lt;br&gt; &lt;p&gt;I don&#39;t know how to &amp;quot;use a workaround in WSGI script file&amp;quot;，what&#39;s the &lt;br&gt; meaning ? &lt;br&gt; &lt;p&gt;BTW, I have some application runing in django(0.96), upgrading to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/modwsgi/browse_thread/thread/b48dd095cb20ad36/df6eedebb14fe553?show_docid=df6eedebb14fe553</guid>
  <author>
  weizhonghua....@gmail.com
  (魏中华)
  </author>
  <pubDate>Fri, 10 Oct 2008 02:08:53 UT
</pubDate>
  </item>
  </channel>
</rss>
