<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general">
    <title>gmane.comp.python.wsgi.uwsgi.general</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3640"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3639"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3638"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3637"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3636"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3655">
    <title>Re: Help me please with accessing cache between 2 instances</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3655</link>
    <description>&lt;pre&gt;execueseme,

Did I  ask  something  silly,  that  no  replies at all about caching
framework?

I  found  solution for myselve,  how  to  run  2  scripts in 1 uwsgi instance as
solution, but why the way described in wiki doesn't work for me?
&lt;/pre&gt;</description>
    <dc:creator>test157-R6blZOWEKeI&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-22T14:25:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3654">
    <title>Early socket close?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3654</link>
    <description>&lt;pre&gt;Hello.
    I just run into issue with uwsgi 1.2.3
    When i do start_response() with status code "302 Found"
    and header [('Connection', 'close'), ('Content-Type',
'text/html'), ('Location', 'http://ru.wikipedia.org/wiki/IPad')]
    and then uwsgi.disconnect() after that nginx says 502 and spits
out to error log:

2012/05/22 16:38:12 [error] 54019#0: *132735 upstream prematurely
closed connection while reading response header from upstream, client:
81.19.90.149, server: localhost, request: "GET
/cl?rex=0317D303E1FD2880&amp;amp;block=serp&amp;amp;st=1337690100&amp;amp;id=title_2&amp;amp;rnd=0.9527389095164835&amp;amp;_URL=http%3A//ru.wikipedia.org/wiki/IPad&amp;amp;yid=1337690100161757-1049739571324732019445193-4-009-XML&amp;amp;ruid=0000001D4F7D452C7D2C470D00000201
HTTP/1.1", upstream: "uwsgi://unix:/var/run/uwsgi_hypernova.sock:",
host: "....ru", referrer: "http://....ru/serp?query=ipad"

Same application works ok with uwsgi 1.1.2.

Sysinfo:
FreeBSD 8.1-20100727-SNAP
Python 2.7.2
nginx/1.1.16
&lt;/pre&gt;</description>
    <dc:creator>Evgeny Turnaev</dc:creator>
    <dc:date>2012-05-22T12:49:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3653">
    <title>Re: use --limit-as opetion, i got this error:“libgcc_s.so.1 must be installed for pthread_cancel to work ”</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3653</link>
    <description>&lt;pre&gt;got it. thank you very mach.


2012/5/19 Roberto De Ioris &amp;lt;roberto-5KDOxZqKugI&amp;lt; at &amp;gt;public.gmane.org&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>树上</dc:creator>
    <dc:date>2012-05-22T08:09:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3652">
    <title>Re: Cron eating some resources?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3652</link>
    <description>&lt;pre&gt;Dnia wtorek, 22 maja 2012 00:36:33 Łukasz Mierzwa pisze:

After night without --idle option I don't have any zombie processes. It 
doesn't matter if I also use --reaper, removing --idle alone is enough (at 
least for ~8 hours).
 
Łukasz Mierzwa

_______________________________________________
uWSGI mailing list
uWSGI&amp;lt; at &amp;gt;lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>Łukasz Mierzwa</dc:creator>
    <dc:date>2012-05-22T07:57:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3651">
    <title>Re: Cron eating some resources?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3651</link>
    <description>&lt;pre&gt;Dnia poniedziałek, 21 maja 2012 22:14:19 Roberto De Ioris pisze:

Do I read it correctly? cheap == using --idle option and having all workers 
shut down due to no requests? If so than yes, this is testing cluster and the 
app in question did not had much requests over last week, so most of the time 
it was running with no active workers. Should I disable --idle option and 
retest?


It wouldn't help my testing cluster, but my production apps are nagios 
checked, so there is at least one request per minute and --idle can't kill all 
workers.

Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
uWSGI&amp;lt; at &amp;gt;lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>Łukasz Mierzwa</dc:creator>
    <dc:date>2012-05-21T22:36:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3650">
    <title>Re: Cron eating some resources?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3650</link>
    <description>&lt;pre&gt;

Reapers are called by workers, while command-crons (the ones you define
via --cron) are generated by the master.

I have checked the code, it looks like waitpid() calls are blocked while
in cheap (no workers) mode. Could it be your situation ?


&lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-21T20:14:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3649">
    <title>Re: Cron eating some resources?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3649</link>
    <description>&lt;pre&gt;Hi Łukasz,

Il 21/05/2012 16:36, Łukasz Mierzwa ha scritto:
[snip]

man fork (double check in your distro) suggests these:

        EAGAIN fork() cannot allocate sufficient memory to copy the 
parent's page tables and allocate a task structure for the child.

        EAGAIN It was not possible to create a new process because the 
caller's RLIMIT_NPROC resource limit was encountered.  To exceed this 
limit, the process must have either
               the CAP_SYS_ADMIN or the CAP_SYS_RESOURCE capability.

So you are hitting some limits somewhere :)

hth,
riccardo

_______________________________________________
uWSGI mailing list
uWSGI&amp;lt; at &amp;gt;lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>Riccardo Magliocchetti</dc:creator>
    <dc:date>2012-05-21T15:14:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3648">
    <title>Re: Cron eating some resources?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3648</link>
    <description>&lt;pre&gt;Dnia poniedziałek, 21 maja 2012 16:36:10 Łukasz Mierzwa pisze:

I've added reaper=true to my vassal config, but calling waitpid after each 
request seems like a bit overhead, so it would be nice to get rid of zombies 
instead of hunt for them.

Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
uWSGI&amp;lt; at &amp;gt;lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>Łukasz Mierzwa</dc:creator>
    <dc:date>2012-05-21T14:46:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3647">
    <title>Cron eating some resources?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3647</link>
    <description>&lt;pre&gt;I've left cron running every minute for whole week and it seems that it 
managed to eat all of some resources leaving all of my apps dying all the 
time:

pthread_create(): Resource temporarily unavailable [protocol.c line 1981]
DAMN ! worker 1 (pid: 2) died :( trying respawn ...
Respawned uWSGI worker 1 (new pid: 3)
pthread_create(): Resource temporarily unavailable [protocol.c line 1981]
DAMN ! worker 1 (pid: 3) died :( trying respawn ...
Respawned uWSGI worker 1 (new pid: 4)
pthread_create(): Resource temporarily unavailable [protocol.c line 1981]
DAMN ! worker 1 (pid: 4) died :( trying respawn ...
Respawned uWSGI worker 1 (new pid: 5)
pthread_create(): Resource temporarily unavailable [protocol.c line 1981]
[...]

I also noticed those messages:

fork(): Resource temporarily unavailable [master_utils.c line 507]
waitpid(): No child processes [master.c line 786]
something horrible happened...
...brutally killing workers...

pthread_create(): Resource temporarily unavailable [master.c line 411]
falling back&lt;/pre&gt;</description>
    <dc:creator>Łukasz Mierzwa</dc:creator>
    <dc:date>2012-05-21T14:36:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3646">
    <title>Re: 4xx/5xx problem with new relic + uwsgi</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3646</link>
    <description>&lt;pre&gt;Hey Roberto,

Any word back from Graham on this??

Cheers

Cal

On Mon, May 14, 2012 at 2:00 PM, Cal Leeming [Simplicity Media Ltd] &amp;lt;
cal.leeming-HmH0lFivbVQrOoA2nZzjtFtyfTMRv5qX&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
uWSGI mailing list
uWSGI-FfzAktRlpg7/cILp9QSAqw&amp;lt; at &amp;gt;public.gmane.org
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>Cal Leeming [Simplicity Media Ltd]</dc:creator>
    <dc:date>2012-05-21T00:32:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3645">
    <title>Re: https support in the http router/load-balancer</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3645</link>
    <description>&lt;pre&gt;

Ok, i have managed to fix all of the performance/security points
not-related to session resuming.

Current implementation greatly passes the ssl test here:

https://www.ssllabs.com/ssltest/

--https takes a fourth optional argument for specifying the ciphers suite.
For example on a libssl 0.9.8 you can avoid BEAST attack with:

--https 81.174.68.62:443,foobar.crt,foobar.key,RC4-SHA:HIGH:!ADH

Now the only piece missing is session resuming (and i mean
shared-session-resuming, as we want true horizontal scalability).

The only thing scaring me is in the huge number of file descriptors (and
ephemeral inet ports) we will need for each connection.

For a memached/redis approach we will need:

1 socket for https -&amp;gt; 1 socket for memcached/redis -&amp;gt; 1 socket for uwsgi
instance.

So, three port for connection.

We can sacrifice a bit of performance closing the connection to
memcached/redis as soon as we get the value. This is faster that not
having session cache at all.

Regarding SNI it would be amazing having the &lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-20T07:37:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3644">
    <title>new feature: custom options</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3644</link>
    <description>&lt;pre&gt;

http://projects.unbit.it/uwsgi/wiki/CustomOptions

Feel free to add your ideas/implementations (with credits if you want) to
the wiki page

&lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-19T09:36:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3643">
    <title>Help me please with accessing cache between 2 instances</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3643</link>
    <description>&lt;pre&gt;Hi everyone.

I have 2 uwsgi instances

1. the first one is  running  at   127.0.0.1:10001  with cache = 1000 (reads/writes
cache)
2.    the second    is    running  at  127.0.0.1:10002  with  cache  =  1
(reads/deletes values only from the first instance)

when  I'am  trying  to  access  cache,  from the second instance with this
command:  uwsgi.cache_get(val, '127.0.0.1:10001')

I'am getting this error:
read(): Operation now in progress [proto/uwsgi.c line 40]
Sat May 19 06:46:40 2012 - error parsing request

do I do something totally wrong?
&lt;/pre&gt;</description>
    <dc:creator>test157-R6blZOWEKeI&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-19T07:02:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3642">
    <title>Re:  use --limit-as opetion, i got this error:“libgcc_s.so.1 must be installed for pthread_cancel to work ”</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3642</link>
    <description>&lt;pre&gt;

If it is triggered by --limit-as, maybe you need more address space for
your app. Try setting it to 1000 and start decreasing til it works.

&lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-19T05:48:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3641">
    <title>Re: 502 badgateway error help</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3641</link>
    <description>&lt;pre&gt;


Be Sure

uwsgi_pass unix:/home/ubuntu/DJANGO/click/click.sock;

point to the same socket you have defined with --socket in uWSGI.

Check yor nginx logs. Maybe they are reporting permission issues. Be sure
nginx has access to the unix socket. If you do not want to waste time on
permission problems simply use tcp sockets:

--socket 127.0.0.1:3031 (in uwsgi)

uwsgi_pass 127.0.0.1:3031 (in nginx)

&lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-19T05:41:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3640">
    <title>Re: 502 badgateway error help</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3640</link>
    <description>&lt;pre&gt;You should post your webserver configuration,
hello my webserver configuration is this. many thanks




cat /etc/nginx/nginx.conf
user ubuntu;
worker_processes  2;




error_log  /var/log/nginx/error.log;
pid        /var/run/nginx.pid;

events {
    worker_connections  1024;
    # multi_accept on;
}

http {
    include       /etc/nginx/mime.types;

    log_format main
'$upstream_response_time$time_local$status$body_bytes_sent$http_referer$http_x_forwarded_for$http_host$reques$remote_addr$http_user_agent$upstream_addr';

    access_log/var/log/nginx/access.log main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  75 20;
    tcp_nodelay        on;

    gzip  on;
    gzip_disable "MSIE [1-6]\.(?!.*SV1)";


    proxy_connect_timeout       9800;
    proxy_send_timeout          9800;
    proxy_read_timeout          9800;
    send_timeout                9800;


    include /etc/nginx/conf.d/*.conf;
    include /etc/nginx/sites-enabled/*;
}
--------------&lt;/pre&gt;</description>
    <dc:creator>soporte-9PeQ6qt8bjlpjwWnsQnGQEEOCMrvLtNR&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T21:45:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3639">
    <title>Re: 502 badgateway error help</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3639</link>
    <description>&lt;pre&gt;

You should post your webserver configuration

&lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-18T21:01:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3638">
    <title>502 badgateway error help</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3638</link>
    <description>&lt;pre&gt;hello i have this configuration
[program:lab]
command=/usr/local/bin/uwsgi
  --socket /home/ubuntu/xxx/lab/lab.sock
  --pythonpath /home/ubuntu/xxx/lab
  --master
  --processes 2
  --module juego.deploy_wsgi
  --socket-timeout 18000
  --listen 64
  --post-buffering 16384
  --disable-logging
  --max-requests 100
directory=/home/ubuntu/DJANGO/lab
user=ubuntu
master = 1
autostart=true
autorestart=true
stdout_logfile=/home/ubuntu/xxx/lab/lab.log
redirect_stderr=true
stopsignal=QUIT

but i have many 502 every time helpme i dont not understand
_______________________________________________
uWSGI mailing list
uWSGI-FfzAktRlpg7/cILp9QSAqw&amp;lt; at &amp;gt;public.gmane.org
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>soporte-9PeQ6qt8bjlpjwWnsQnGQEEOCMrvLtNR&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T19:13:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3637">
    <title>use --limit-as opetion, i got this error:“libgcc_s.so.1 must be installed for pthread_cancel to work ”</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3637</link>
    <description>&lt;pre&gt;environments:
ubuntu 12.04 server LTS
python 2.7
uwsgi 1.2.3
web.py

use --limit-as 128 start uwsgi:
$ uwsgi -x /etc/uwsgi/apps-enabled/app.xml --limit-as 128
[uWSGI] parsing config file /etc/uwsgi/apps-enabled/shuofr.xml
*** Starting uWSGI 1.2.3 (64bit) on [Fri May 18 07:03:00 2012] ***
compiled with version: 4.6.3 on 18 May 2012 06:51:07
   ...
   ...
   ...
spawned uWSGI master process (pid: 29231)
spawned uWSGI worker 1 (pid: 29232, cores: 1)
spawned uWSGI worker 2 (pid: 29233, cores: 1)
spawned uWSGI worker 3 (pid: 29234, cores: 1)
libgcc_s.so.1 must be installed for pthread_cancel to work
&amp;lt;-- got error on here.
DAMN ! worker 1 (pid: 29232) died, killed by signal 6 :( trying respawn ...
Respawned uWSGI worker 1 (new pid: 29237)
^CSIGINT/SIGQUIT received...killing workers...
goodbye to uWSGI.

 i was installed libgcc_s.so.1.
$ ldd /usr/local/bin/uwsgi
        linux-vdso.so.1 =&amp;gt;  (0x00007fff018ab000)
        libpthread.so.0 =&amp;gt; /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f982c8f5000)
        libm.so.6 =&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>树上</dc:creator>
    <dc:date>2012-05-18T07:50:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3636">
    <title>Re: Pass flags to Python interpreter</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3636</link>
    <description>&lt;pre&gt;

--env PYTHONDONTWRITEBYTECODE=1

for -B

There is currently no way for setting -3


&lt;/pre&gt;</description>
    <dc:creator>Roberto De Ioris</dc:creator>
    <dc:date>2012-05-17T18:18:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3635">
    <title>Re: Pass flags to Python interpreter</title>
    <link>http://permalink.gmane.org/gmane.comp.python.wsgi.uwsgi.general/3635</link>
    <description>&lt;pre&gt;Anyone?

Craig Younkins


On Tue, May 15, 2012 at 8:22 PM, Craig Younkins &amp;lt;cyounkins-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
uWSGI mailing list
uWSGI-FfzAktRlpg7/cILp9QSAqw&amp;lt; at &amp;gt;public.gmane.org
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
&lt;/pre&gt;</description>
    <dc:creator>Craig Younkins</dc:creator>
    <dc:date>2012-05-17T17:55:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.wsgi.uwsgi.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.wsgi.uwsgi.general</link>
  </textinput>
</rdf:RDF>

