Re: [PHP-DEV] Re: PHP Performance in Apache: Multi-Process vs Multi-Threaded

2010-12-15 Thread Jon Davey
2010/12/15 Julien Pauli > > Well, I would say that if your problem is memory, you should consider > threads as they all share the same memory space in their process. > > Apache's children can weight very heavy if PHP's been compiled to > support lots of extensions, you can happen with ~40/50Mb per

Re: [PHP-DEV] Re: EBNF

2011-01-02 Thread Jon Davey
>> Nonetheless, it's a significant undertaking to deal with the complexity of >> the language. There are dozens of tiny little edge cases in PHP's parsing >> that require bunches of extra parser rules. An example from above is the >> difference between using "statement" and "inner-statement" for