Re: [Gluster-users] uWSGI plugin and some question

2013-07-30 Thread Anand Avati
On Tue, Jul 30, 2013 at 7:47 AM, Roberto De Ioris wrote: > > > On Mon, Jul 29, 2013 at 10:55 PM, Anand Avati > > wrote: > > > > > > I am assuming the module in question is this - > > https://github.com/unbit/uwsgi/blob/master/plugins/glusterfs/glusterfs.c > . > > I > > see that you are not using

Re: [Gluster-users] uWSGI plugin and some question

2013-07-30 Thread Roberto De Ioris
> On Mon, Jul 29, 2013 at 10:55 PM, Anand Avati > wrote: > > > I am assuming the module in question is this - > https://github.com/unbit/uwsgi/blob/master/plugins/glusterfs/glusterfs.c. > I > see that you are not using the async variants of any of the glfs calls so > far. I also believe you would

Re: [Gluster-users] uWSGI plugin and some question

2013-07-29 Thread Anand Avati
On Mon, Jul 29, 2013 at 10:55 PM, Anand Avati wrote: > > On Mon, Jul 29, 2013 at 8:36 AM, Roberto De Ioris wrote: > >> >> Hi everyone, i have just committed a plugin for the uWSGI application >> server >> for exposing glusterfs filesystems using the new native api: >> >> https://github.com/unbit/

Re: [Gluster-users] uWSGI plugin and some question

2013-07-29 Thread Anand Avati
On Mon, Jul 29, 2013 at 8:36 AM, Roberto De Ioris wrote: > > Hi everyone, i have just committed a plugin for the uWSGI application > server > for exposing glusterfs filesystems using the new native api: > > https://github.com/unbit/uwsgi-docs/blob/master/GlusterFS.rst > > Currently it is very sim

Re: [Gluster-users] uWSGI plugin and some question

2013-07-29 Thread John Mark Walker
Hi Roberto, Wow, this looks really awesome - thank you so much for taking the time to do this. I am copying the gluster-devel list, as they may have some insight into the more dev-centric questions. Also, if you're so inclined, please consider mirroring your project on the Gluster Community Forg

[Gluster-users] uWSGI plugin and some question

2013-07-29 Thread Roberto De Ioris
Hi everyone, i have just committed a plugin for the uWSGI application server for exposing glusterfs filesystems using the new native api: https://github.com/unbit/uwsgi-docs/blob/master/GlusterFS.rst Currently it is very simple, but works really well. I have studied the whole api, and i have tw