[PHP-DEV] PHP and Threading

2002-11-15 Thread Arjen Brouwer
Hi, I was wondering, is PHP in future going to support threading? This would be a very nice feature. I'am currently working on this project of mine, a FTP Server build in PHP which serve MySQL database records. It actually does work very nice, also multiple clients at the same time. It supports

Re: [PHP-DEV] PHP and Threading

2002-11-15 Thread Leon Atkinson
> I was wondering, is PHP in future going to support threading? This would be > a very nice feature. > I'am currently working on this project of mine, a FTP Server build in PHP > which serve MySQL database records. It actually does work very nice, also > multiple clients at the same time. It suppor

[PHP-DEV] PHP and threading?

2002-11-15 Thread Arjen Brouwer
Hi, I was wondering, is PHP in future going to support threading? This would be a very nice feature. I'am currently working on this project of mine, a FTP Server build in PHP which serve MySQL database records. It actually does work very nice, also multiple clients at the same time. It supports

Re: [PHP-DEV] PHP and Threading

2002-11-15 Thread Rasmus Lerdorf
Nope, that is unlikely to happen. The way to do this correctly is with a socket_select() anyway. -Rasmus On Thu, 14 Nov 2002, Arjen Brouwer wrote: > Hi, > > I was wondering, is PHP in future going to support threading? This would be > a very nice feature. > I'am currently working on this projec

[PHP-DEV] PHP and Threading

2002-11-15 Thread Arjen Brouwer
Hi, I was wondering, is PHP in future going to support threading? This would be a very nice feature. I'am currently working on this project of mine, a FTP Server build in PHP which serve MySQL database records. It actually does work very nice, also multiple clients at the same time. It supports pa