Re: Server side Python API with PHP

2011-01-21 Thread Daniel Roseman
On Friday, January 21, 2011 11:51:04 AM UTC, SleepyCal wrote: > > Yeah, but this is for server side only, so the internal webapps can talk to > each other. > > I guess the main question is, would a message queuing systems (such as > rabbitmq) combined with AMQP be more appropriate for these sorts

Re: Server side Python API with PHP

2011-01-21 Thread Cal Leeming [Simplicity Media Ltd]
Yeah, but this is for server side only, so the internal webapps can talk to each other. I guess the main question is, would a message queuing systems (such as rabbitmq) combined with AMQP be more appropriate for these sorts of tasks? The webapps themselves need to respond within 0.5 - 1.0 seconds,

Re: Server side Python API with PHP

2011-01-21 Thread Kenneth Gonsalves
On Fri, 2011-01-21 at 11:32 +, Cal Leeming [Simplicity Media Ltd] wrote: > So, I have put some thought into writing the core library functions in > Python, then exposing an API which PHP can query per request. sounds like what facebook is doing -- regards KG http://lawgon.livejournal.com Coi

Server side Python API with PHP

2011-01-21 Thread Cal Leeming [Simplicity Media Ltd]
Hey all, I am in the process of migrating a significant amount of PHP code to Python, however many of the sites still need to run in PHP, which means we'd end up having to maintain two separate frameworks. So, I have put some thought into writing the core library functions in Python, then exposin