will(can) pyramid work under the "-O" optimization flag ?

2013-05-16 Thread Jonathan Vanasco
It looks like it is doable via uwsgi , but not under `pserve`. thoughts ? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pylons-discuss+unsubscr...@googlegro

Re: Pyramid authentication and rest api

2013-05-16 Thread Jonathan Vanasco
General ideas 1. If you can use an browser window, you may be able to use Porthole.js ( http://ternarylabs.github.io/porthole/ ). That would let you authenticate into the web system, and then proxy requests / responses through the authenticated window. 2. I foresaw something like this in

Re: Pyramid authentication and rest api

2013-05-16 Thread tonthon
Le 16/05/2013 18:27, Jonathan Vanasco a écrit : > Gaston, > > Could you explain this a bit more? Some of your intent isn't clear. > I'm guessing you're not a native english speaker ? I'm not sure > what certain lines are referencing. You're right, I'm not a native english speaker :). > > > We

Re: Pyramid authentication and rest api

2013-05-16 Thread Mariano Mara
On 05/16/2013 01:27 PM, Jonathan Vanasco wrote: Gaston, Could you explain this a bit more? Some of your intent isn't clear. I'm guessing you're not a native english speaker ? I'm not sure what certain lines are referencing. > We've built a rest API that's reached by ajax calls. Is that

Re: Pyramid authentication and rest api

2013-05-16 Thread Jonathan Vanasco
Gaston, Could you explain this a bit more? Some of your intent isn't clear. I'm guessing you're not a native english speaker ? I'm not sure what certain lines are referencing. > We've built a rest API that's reached by ajax calls. Is that in Pyramid or Kivy ? > We'd like to use the same o