> Uwsgi is actually available in the Ubuntu universe as of 11.10
> (oneiric https://launchpad.net/ubuntu/oneiric/+source/uwsgi). I'm not
> sure what the plans are regarding upgrades, but Leonid may be able to
> jump on if he's still involved. I'm also not aware of any backporting
> efforts.

Thanks Stephen. While it's awesome that uWSGI in the official Ubuntu universe repos, those tend to get upgraded fairly rarely.

> I'd recommend following this route and decoupling yourself from Ubuntu
> decisions.

Thanks C Anthony. Yup, that's why I was using the custom ppa that was set up with the latest uWSGI versions until they stopped updating.

> uWSGI compiles in about 30 seconds into a single binary, with virtually
> no dependencies ... save libzeromq and libjansson, if you are in need of
> those features.

That's a good point. I've tried grabbing the pip package on a test machine and it looks like a very simple and clean build.

The packaged version also came with init.d scripts and a directory layout for the .ini files that matches standard Ubuntu conventions.

I've just now started to look at Upstart instead of init.d for starting and stopping processes so that may be an easy way to get the same level of process management. Is it fairly straightforward to set up an upstart config file for uWSGI? It did look like a lot of the init.d was boilerplate-ish.

--
--Leo

Stephen Crosby wrote:
Uwsgi is actually available in the Ubuntu universe as of 11.10 (oneiric https://launchpad.net/ubuntu/oneiric/+source/uwsgi). I'm not sure what the plans are regarding upgrades, but Leonid may be able to jump on if he's still involved. I'm also not aware of any backporting efforts.

On Wed, Nov 30, 2011 at 2:08 PM, Leo Shklovskii <[email protected] <mailto:[email protected]>> wrote:

     > https://launchpad.net/uwsgi - hasn't been updated since 0.9.8.6.

    Er, sorry, I actually meant 0.9.6.8

    --
    --Leo


    Leo Shklovskii wrote:

        It looks like the Ubuntu PPA that's linked from the main uWSGI
        docs -
        https://launchpad.net/uwsgi - hasn't been updated since 0.9.8.6.

        Are there any plans to update it to a new version? is anyone
        working on the
        packaging? or is the PPA abandoned and is there a better
        preferred way to deploy
        uWSGI to Ubuntu machines?

        I'd strongly prefer to avoid building it from source.

-- --Leo

        _________________________________________________
        uWSGI mailing list
        [email protected] <mailto:[email protected]>
        http://lists.unbit.it/cgi-bin/__mailman/listinfo/uwsgi
        <http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi>

    _________________________________________________
    uWSGI mailing list
    [email protected] <mailto:[email protected]>
    http://lists.unbit.it/cgi-bin/__mailman/listinfo/uwsgi
    <http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi>




--
Stephen Crosby
lithostech.com <http://lithostech.com>


------------------------------------------------------------------------

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to