Re: [Kepler-Project] Try to make Orbit work on uWSGI

2011-06-30 Thread ykhuang
Thanks for the link, but it is about uWSGI+WSAPI, which I have no problem with. I just can't make the Orbit app work with uWSGI. So I still stick to Orbit/FastCGI. 2011/6/30 Ignacio Burgueño > On Wed, May 25, 2011 at 4:42 AM, ykhuang wrote: > >> Hi, >> >> I had an old application based on Orb

Re: [Kepler-Project] Try to make Orbit work on uWSGI

2011-06-30 Thread Pradeep
Hi, I got a requirement on Lua building. I need to develop a application using flash. Here i need to Develop a flash component and i have to handle a button or anyother click events on flash and that should be handled by Lua. Can we do this / accomplish? I have already gone through Lua-Alcamy An

Re: [Kepler-Project] Try to make Orbit work on uWSGI

2011-06-30 Thread Ignacio Burgueño
On Wed, May 25, 2011 at 4:42 AM, ykhuang wrote: > Hi, > > I had an old application based on Orbit/WSAPI/Nginx and I tried to use > uWSGI to replace existing fastCGI. > According to uWSGI document (http://projects.unbit.it/uwsgi/wiki/Lua) , > WSAPI is usable with uWSGI and I also did it. > I tried