Re: [nyphp-talk] The Diff Meetings

2013-07-16 Thread Anirudhsinh Zala
I would add following more ORM Apache/nginx/lighttpd Thanks Anirudh On Tuesday 16 Jul 2013 10:38:57 AM Hans Z wrote: Hello all, I thought it prudent to pull topics from the git vs svn thread for planning out some future meetings. Here's the recap: There's always new technology on the we

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Daniel Krook
Hello Chris, Hans, Jesse, > From: Hans Z > To: NYPHP Talk > Date: 07/16/2013 05:31 PM > Subject: Re: [nyphp-talk] CentOS v Ubuntu > Sent by: talk-boun...@lists.nyphp.org > > On Tue, Jul 16, 2013 at 5:03 PM, Chris Snyder wrote: > On Tue, Jul 16, 2013 at 11:03 AM, Jesse Callaway wrote: > Just

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Hans Z
On Tue, Jul 16, 2013 at 5:03 PM, Chris Snyder wrote: > On Tue, Jul 16, 2013 at 11:03 AM, Jesse Callaway wrote: > >> Just handle process priority, memory management, and open some sockets >> when asked. For the rest... stay out of the way. For god's sake don't try >> to maintain a "system" java th

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Chris Snyder
On Tue, Jul 16, 2013 at 11:03 AM, Jesse Callaway wrote: > Just handle process priority, memory management, and open some sockets > when asked. For the rest... stay out of the way. For god's sake don't try > to maintain a "system" java that symlinks to the flavor of the month. Don't > provide shar

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread leam hall
Check out the IUS community repo. They are up to PHP 5.5. http://iuscommunity.org/pages/About.html Leam On Tue, Jul 16, 2013 at 10:45 AM, Gary Mort wrote: > > I've consistently found the CentOS PHP package to be badly out of date, > which initially led me to using Ubuntu. However, just one

Re: [nyphp-talk] SOAP caching to file or MySQL?

2013-07-16 Thread justin
This is what Memcache is made for. Just sayin'. --justin On Sun, Jul 14, 2013 at 6:19 PM, David Roth wrote: > I'm writing an application in PHP which does a SOAP request. But the > problem is that the request is slow at times. It ca take 5-6 seconds to get > a SOAP response sometimes. I've con

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Jesse Callaway
They're all terrible. Just handle process priority, memory management, and open some sockets when asked. For the rest... stay out of the way. For god's sake don't try to maintain a "system" java that symlinks to the flavor of the month. Don't provide shared libraries. Don't provide printing service

Re: [nyphp-talk] The Diff Meetings

2013-07-16 Thread Federico Ulfo
+1 for any OPS, git, DB and PHP related talk -1 for frontend and other languages, there are already better meetups for that (e.g. http://www.meetup.com/nodejs/events/128930092/) On Tue, Jul 16, 2013 at 10:38 AM, Hans Z wrote: > Hello all, > > I thought it prudent to pull topics from the git vs

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Gary Mort
On Tue, Jul 16, 2013 at 10:25 AM, Hans Z wrote: > > I am having a debate in our office over whether to continue with CentOS >>> distro for use with our VM based servers (XEN) or switch to Ubuntu. I have >>> kept the belief that RedHat is better for servers while Ubuntu is preferred >>> on the d

Re: [nyphp-talk] SOAP caching to file or MySQL?

2013-07-16 Thread Federico Ulfo
Just cache the results in a JSON file, that's the easier solution to your problem and the faster to implement. F On Tue, Jul 16, 2013 at 10:00 AM, Hans Z wrote: > Hi David, > > On Sun, Jul 14, 2013 at 6:19 PM, David Roth wrote: > >> I'm writing an application in PHP which does a SOAP request. B

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Gary Mort
On Wed, Jun 19, 2013 at 1:15 PM, leam hall wrote: > Easier to find stuff that works on RH/CentOS than Ubuntu. 95% of US Linux > deployments, give or take, are Red Hat. > > Ubuntu has a place, just not in the data center. Yet, anyway. They seem to > be working on that. > > I find it depends on wha

[nyphp-talk] The Diff Meetings

2013-07-16 Thread Hans Z
Hello all, I thought it prudent to pull topics from the git vs svn thread for planning out some future meetings. Here's the recap: There's always new technology on the web and some of it certainly could be considered wonderful, and some simply hype... of course, this pattern in technology (or an

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Justin Dearing
On Tue, Jul 16, 2013 at 10:25 AM, Hans Z wrote: > >>> Actually, I take this back - it sucks. I just had the honor of setting > up Ubuntu for a project... I had to Google to find out how to get a command > line prompt in it's UI, and then sort through the Amazon/MP3/etc > advertisements on the de

Re: [nyphp-talk] CentOS v Ubuntu

2013-07-16 Thread Hans Z
> I am having a debate in our office over whether to continue with CentOS >> distro for use with our VM based servers (XEN) or switch to Ubuntu. I have >> kept the belief that RedHat is better for servers while Ubuntu is preferred >> on the desktop. I even have an Ubuntu desktop PC. Just wondere

Re: [nyphp-talk] SOAP caching to file or MySQL?

2013-07-16 Thread Hans Z
Hi David, On Sun, Jul 14, 2013 at 6:19 PM, David Roth wrote: > I'm writing an application in PHP which does a SOAP request. But the > problem is that the request is slow at times. It ca take 5-6 seconds to get > a SOAP response sometimes. I've considered caching the data and poll to get > it. Bu