Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-27 Thread Hans Zaunere
> > What I'd really like is a way to "statically link" a PHP application. While > > this is somewhat possible today, PHP's dynamic nature makes this difficult > > to fully realize. For example, it can be cumbersome on the developer to > > check in multiple places if APC is available, what files ar

Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-23 Thread Konstantin Rozinov
On Thu, Apr 23, 2009 at 12:51 PM, Hans Zaunere wrote: > > What I'd really like is a way to "statically link" a PHP application. > While > this is somewhat possible today, PHP's dynamic nature makes this difficult > to fully realize. For example, it can be cumbersome on the developer to > check

Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-23 Thread Hans Zaunere
> > What I'd really like is a way to "statically link" a PHP application. While > > this is somewhat possible today, PHP's dynamic nature makes this difficult > > to fully realize. For example, it can be cumbersome on the developer to > > check in multiple places if APC is available, what files a

Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-23 Thread Chris Snyder
On Thu, Apr 23, 2009 at 12:51 PM, Hans Zaunere wrote: > > What I'd really like is a way to "statically link" a PHP application.  While > this is somewhat possible today, PHP's dynamic nature makes this difficult > to fully realize.  For example, it can be cumbersome on the developer to > check in

Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-23 Thread Hans Zaunere
> I think this may have been mentioned in the presentation, but one way > to improve performance is to use an opcode cache like APC (with the > stat check turned off) so that the included files don't have to be > recompiled every single time. The compilation of and the *stat() calls > for the incl

Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-22 Thread Konstantin Rozinov
I think this may have been mentioned in the presentation, but one way to improve performance is to use an opcode cache like APC (with the stat check turned off) so that the included files don't have to be recompiled every single time. The compilation of and the *stat() calls for the included files

Re: [nyphp-talk] Facebook's LAMP Stack

2009-04-22 Thread Brian D.
I know I'm late on this, but I finally got around to watching it and found it pretty fascinating. Agarwal mentions how including PHP files has a linear effect on execution time. He also mentioned that PHP tends to become difficult to manage when a project becomes really large. One of the ways that

[nyphp-talk] Facebook's LAMP Stack

2009-04-11 Thread Hans Zaunere
Interesting presentation: http://www.infoq.com/presentations/Facebook-Software-Stack A lot of valid pros/cons in my opinion. If the cons can be dealt with, I see PHP remaining and growing as the dominant language on the web, both for larger and smaller sites. --- Hans Zaunere / Managing Member