Re: [PHP-DEV] Thread Safe ...

2013-01-29 Thread Ferenc Kovacs
On Tue, Jan 29, 2013 at 4:32 PM, Lester Caine wrote: > Ferenc Kovacs wrote: > >> On Tue, Jan 29, 2013 at 1:29 PM, Lester Caine wrote: >> >> Can someone please fill in a little information here. When we start >>> looking at multiple threads doing for example database lookups in >>> parallel >>>

Re: [PHP-DEV] Thread Safe ...

2013-01-29 Thread Lester Caine
Ferenc Kovacs wrote: On Tue, Jan 29, 2013 at 1:29 PM, Lester Caine wrote: Can someone please fill in a little information here. When we start looking at multiple threads doing for example database lookups in parallel with the main page generation. Does that involve 'thread safe' or is it done

Re: [PHP-DEV] Thread Safe ...

2013-01-29 Thread Ferenc Kovacs
On Tue, Jan 29, 2013 at 1:29 PM, Lester Caine wrote: > Can someone please fill in a little information here. When we start > looking at multiple threads doing for example database lookups in parallel > with the main page generation. Does that involve 'thread safe' or is it > done in a different w

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-06 Thread Michael Vergoz
osal. Regards, Michael Vergoz - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Wednesday, March 07, 2007 7:09 AM Subject: Re: [PHP-DEV] Thread safe problem on modu

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-06 Thread Wez Furlong
t; <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 01, 2007 11:06 PM Subject: Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request) > On Thu, March 1, 2007 7:29 am, Michael Vergoz wrote: > > I don'

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-05 Thread Michael Vergoz
ii.binarysec.com/PHP/module_registry_mutex/readme.txt Regards, Michael Vergoz - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 01, 2007 11:06 PM Subject: Re: [PHP-DEV] Thread safe problem

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-04 Thread Edin Kadribasic
Hi Michael, Making dl() work on threaded platforms would be nice. Illustrating your idea with a patch would be very helpful. Edin Michael Vergoz wrote: > Hi > I am currently developing a kind of application server based on PHP > language. > I use modifications I made on SAPI embed/. > I use thr

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-01 Thread Richard Lynch
On Thu, March 1, 2007 7:29 am, Michael Vergoz wrote: I don't claim to understand this issue fully/deeply, but I'm definitely +1 on resurrecting 'dl' if this change fixes everything to everyone's satisfaction. Not that my vote actually counts, as I've never had the skills/time to actually contribu