Changeset 254:14418755bafb for uwsgi.c

Show
Ignore:
Timestamp:
03/08/10 13:25:02 (5 months ago)
Author:
roberto@…
Branch:
default
Message:

new build system

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • uwsgi.c

    r253 r254  
    22252225        applications = PyDict_GetItemString (uwsgi_dict, "applications"); 
    22262226        if (!PyDict_Check (applications)) { 
    2227                 fprintf (stderr, "uwsgi.applications dictionary is not defined, trying with the (deprecated) \"applications\" one...\n"); 
     2227                fprintf (stderr, "uwsgi.applications dictionary is not defined, trying with the \"applications\" one...\n"); 
    22282228#endif 
    22292229                applications = PyDict_GetItemString (wsgi_dict, "applications"); 
     
    26992699\t-b|--buffer-size <n>\t\tset buffer size to <n> bytes\n\ 
    27002700\t-L|--disable-logging\t\tdisable request logging (only errors or server messages will be logged)\n\ 
    2701 \t-x|--xmlconfig <path>\t\tpath of xml config file (no ROCK_SOLID)\n\ 
    2702 \t-w|--module <module>\t\tname of python config module (no ROCK_SOLID)\n\ 
     2701\t-x|--xmlconfig <path>\t\tpath of xml config file\n\ 
     2702\t-w|--module <module>\t\tname of python config module\n\ 
    27032703\t-t|--harakiri <sec>\t\tset harakiri timeout to <sec> seconds\n\ 
    27042704\t-p|--processes <n>\t\tspawn <n> uwsgi worker processes\n\ 
    2705 \t-O|--optimize <n>\t\tset python optimization level to <n> (no ROCK_SOLID)\n\ 
     2705\t-O|--optimize <n>\t\tset python optimization level to <n>\n\ 
    27062706\t-v|--max-vars <n>\t\tset maximum number of vars/headers to <n>\n\ 
    27072707\t-A|--sharedarea <n>\t\tcreate a shared memory area of <n> pages\n\ 
    2708 \t-c|--cgi-mode\t\t\tset cgi mode (no ROCK_SOLID) \n\ 
     2708\t-c|--cgi-mode\t\t\tset cgi mode\n\ 
    27092709\t-C|--chmod-socket\t\tchmod socket to 666\n\ 
    2710 \t-P|--profiler\t\t\tenable profiler (no ROCK_SOLID)\n\ 
     2710\t-P|--profiler\t\t\tenable profiler\n\ 
    27112711\t-m|--memory-report\t\tenable memory usage report\n\ 
    2712 \t-i|--single-interpreter\t\tsingle interpreter mode (no ROCK_SOLID)\n\ 
     2712\t-i|--single-interpreter\t\tsingle interpreter mode\n\ 
    27132713\t-a|--abstract-socket\t\tset socket in the abstract namespace (Linux only)\n\ 
    2714 \t-T|--enable-threads\t\tenable threads support (no ROCK_SOLID)\n\ 
     2714\t-T|--enable-threads\t\tenable threads support\n\ 
    27152715\t-M|--master\t\t\tenable master process manager\n\ 
    27162716\t-H|--home <path>\t\tset python home/virtualenv\n\