[PHP-DEV] Thread safe interned strings

2017-02-17 Thread Anatol Belski
Hi, I was working on a patch to support interned strings in thread safe builds of PHP. ATM there seems to be a good progress on this. The proposed patch unifies TS/NTS builds in regard to the interned strings handling and fixes issues in TS builds. https://github.com/php/php-src/pull/2390 The b

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

[PHP-DEV] Thread Safe ...

2013-01-29 Thread Lester Caine
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 way? Scheduling a data lookup on one thread while building th

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

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

2007-03-01 Thread Michael Vergoz
Hi I am currently developing a kind of application server based on PHP language. I use modifications I made on SAPI embed/. I use threads massively. In my application design, every thread can load different PHP modules. In practise, modules are loaded just before php_request_startup() and they are