Search found 17 matches

by the_drizzle
Fri Jun 01, 2007 1:56 pm
Forum: PHP - Theory and Design
Topic: How to efficiently manage multiple threads with PHP/Apache
Replies: 12
Views: 3691

Yeah, I figured PHP wouldn't support anything like that.

I was actually just looking into the socket option right now. I've only been programming in PHP for 4 weeks, so forgive me if I have to ask a simple question. What would I have to do to block when listening through a socket?
by the_drizzle
Fri Jun 01, 2007 12:22 pm
Forum: PHP - Theory and Design
Topic: How to efficiently manage multiple threads with PHP/Apache
Replies: 12
Views: 3691

How to efficiently manage multiple threads with PHP/Apache

I'm currently writing various aspects of a web application that I can't really release the details of (NDA) :(. Anyway, let me set the scene. Say I want to write an Ajax-based web front-end that changes regularly based on business logic running on the server. This is usually accomplished by polling ...