Re: [Resin-interest] Does Resin comet support work with non-blocking IO?

2008-05-06 Thread Tim Perrett
Hey Scott As long as you're returning from the resume call, the comet support doesn't use a thread. So there's no blocking I/O at all, and thread- max shouldn't apply. So to clarify, after a call is suspended, it returns the thread to the thread pool? Cheers Tim

[Resin-interest] Does Resin comet support work with non-blocking IO?

2008-05-05 Thread Tim Perrett
Hey Guys, I wonder, does anyone know if Resin's comet support works with non- blocking IO? What are peoples experiences with Resin's comet support? Cheers, Tim ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] Resin - Quercus - Facebook - PHP API

2008-05-01 Thread Tim Perrett
No but it should work without problem as Facebook applications just call a straight HTTP url... Provided your PHP runs no problem on Quercus, then it will indeed work with facebook no problems. Tim On 1 May 2008, at 18:00, Marc Betts wrote: Has anybody ever tried to get the Facebook PHP