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
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
>>>
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
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
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
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
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'
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
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
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
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
11 matches
Mail list logo