Re: [nyphp-talk] [OT] facebook figures out memcache replication

2008-01-22 Thread Jon Baer
Pretty nice, I wonder if it is a fork of Brian Aker's original work ... http://tangent.org/506/memcache_engine.html http://tangent.org/586/Memcached_Functions_for_MySQL.html - Jon On Jan 22, 2008, at 12:26 PM, Rob Marscher wrote: I check out the facebook blog from time to time... this is int

[nyphp-talk] htmlentities charset bug

2008-01-22 Thread Cliff Hirsch
Just an FYI to people for an obscure bug to be aware of -- one I though I licked months ago. Escaping output with htmlentities threw a warning and returned an empty string. Reason: Invalid multibyte sequence in argument Root cause: cut and pasting text from MS Word in XP. You have been warned.

RE: [nyphp-talk] What with you do with 4Gig of RAM?

2008-01-22 Thread Peter Sawczynec
Word. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Krings Sent: Tuesday, January 22, 2008 6:41 AM To: NYPHP Talk Subject: Re: [nyphp-talk] What with you do with 4Gig of RAM? Cliff Hirsch wrote: > Have I asked this already? If so, my apologies. Fi

[nyphp-talk] [OT] facebook figures out memcache replication

2008-01-22 Thread Rob Marscher
I check out the facebook blog from time to time... this is interesting: http://blog.facebook.com/blog.php?post=7899307130 They added a second datacenter in Virginia for mysql reads... but they put tons of data in memcache servers. So they claim that they modified mysql replication to includ

Re: [nyphp-talk] Namespaces

2008-01-22 Thread Rob Marscher
On Jan 20, 2008, at 7:40 AM, leam wrote: How does the require in: require 'MyProject/Db/Connection.php'; from http://www.php.net/manual/en/language.namespaces.using.php know that it's a namespace and not a filepath? Hi Leam, It still is a path. It's including the file MyProject/Db/

[nyphp-talk] Re: Templating engines

2008-01-22 Thread Nate Abele
Date: Sat, 19 Jan 2008 11:38:05 -0800 From: "Tom Melendez" <[EMAIL PROTECTED]> Hi Nate, Could you supply us with the benchmarks you've cited? I'm curious to see them and I'm sure others are as well. Thanks, Tom http://www.liphp.org Symfony vs. Rails: http://wiki.rubyonrails.org/rails/pag

Re: [nyphp-talk] What with you do with 4Gig of RAM?

2008-01-22 Thread Kenneth Downs
Run vmware? (that's what we're planning to do...) Cliff Hirsch wrote: Have I asked this already? If so, my apologies. First the vision went, now perhaps the memory --- I'm not sure, can't remember... So I negotiated 4Gig of memory in my server. Hey, ya always got to ask for a little "extra."

Re: [nyphp-talk] What with you do with 4Gig of RAM?

2008-01-22 Thread Cliff Hirsch
On 1/21/08 11:27 PM, "Hans Zaunere" <[EMAIL PROTECTED]> wrote: > I'm curious as to what you'll be doing with the 15k SCSIs - that would help > shed some light on how the RAM would be best used. I'm just using them in a RAID 1 configuration, hoping that they will help a database intensive applicatio

Re: [nyphp-talk] What with you do with 4Gig of RAM?

2008-01-22 Thread David Krings
Cliff Hirsch wrote: Have I asked this already? If so, my apologies. First the vision went, now perhaps the memory — I’m not sure, can’t remember... So I negotiated 4Gig of memory in my server. Hey, ya always got to ask for a little “extra.” I got 15K scsci drives and know what to do with them