Re: [nyphp-talk] Deploying PHP Applications

2010-04-29 Thread Max Gribov
On 04/29/2010 01:35 PM, Jason Salsiccia wrote: > Here's how I to do it. > > As you said, have a subversion client installed on the server running > your web host. If your doc root is /var/www/html, have html be a > symlink to current code. > > /var/www/html -> /var/www/tag_ and you can also

Re: [nyphp-talk] innodb settings

2010-04-26 Thread Max Gribov
On 04/26/2010 12:53 PM, Nicholas Hart wrote: Hi, I am troubleshooting problems with slow inserts with innodb. Anyone have list of recommended config settings to reduce or eliminate these delays? When you insert in innodb, it will check foreign keys, and like any insert it will update index

[nyphp-talk] regexp generator

2009-11-17 Thread Max Gribov
www.txt2re.com pretty cool ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation

Re: [nyphp-talk] Setting up outgoing mail using Linux

2008-06-12 Thread Max Gribov
PaulCheung wrote: I am having problems trying to send automated emails using Linux, typically order confirmation emails. I don't know how it is set-up and according to the manual I read it said "for unix only. You may supply arguments as well (default: 'sendmail -t -i). sendmail_path = sendmai

Re: [nyphp-talk] amazon aws

2008-06-06 Thread Max Gribov
Hans Zaunere wrote: >From speaking with him, it certainly is a interesting service, and at some point, probably will be the wave of the future. However, I got a very "experimental" feel from him. This perhaps is highlighted by their SLA and some recent - and significant - outage problems. At t

Re: [nyphp-talk] amazon aws

2008-06-06 Thread Max Gribov
csnyder wrote: ...or $72 if you do the math right. It's $0.10 per hour. depends on the instance you're using ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.n

[nyphp-talk] amazon aws

2008-06-06 Thread Max Gribov
Hi all, does anyone have any experience with amazon ec2 cloud?.. It sounds cheap and like the next best thing since sliced bread.. Has anyone tried this beyond a dev environment? With PHP code of course.. thanks! max ___ New York PHP Community Talk

Re: [nyphp-talk] export to access or excel

2008-04-14 Thread Max Gribov
I used this to write excel files: http://pear.php.net/package/Spreadsheet_Excel_Writer/redirected it will do multiple workbooks, which was the only advanced feature i needed besides just writing data into rows/cols Not sure if this will work for you.. This one i used for reading excel only: ht

Re: [nyphp-talk] Off: Using VPN, but how to still connect to your LAN printer on Windows XP.

2007-11-23 Thread Max Gribov
David A. Roth wrote: > When using VPN on a Windows XP to work remotely to a corporate > intranet, it won't acknowledge the printer on the LAN which has an IP > address such as 192.168.1.xxx. Once it is connected through VPN to the > corporate intranet, it can only see the printers in the remote off

Re: [nyphp-talk] Performance testing advice

2007-11-02 Thread Max Gribov
Cliff Hirsch wrote: >> >> May be your code needs to initiate a DB connection? You could try using >> persistent connections. >> DNS lookups could be it too. >> > > It does initiate a DB connection. Bt thru a socket on the same server. > Shouldn't take that long. No persistent DB connections. I

Re: [nyphp-talk] Performance testing advice

2007-11-02 Thread Max Gribov
On Fri, Nov 02, 2007 at 01:28:05PM -0400, Cliff Hirsch wrote: > I have an interesting problem with my site. I?m using Firebug and yslow > (awesome tool and book) to evaluate my page load times. Things are fairly > reasonable, given that there has been little optimization so far. But there > is one

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Max Gribov
Shadab Wadiwala wrote: Hello friends, I m working on a minor project using PHP/MySQL in my college. I have been assigned a tough task to do. The project is a web-based email service on the lines of Yahoo Mail and Gmail. Actually I need to create an online POP3 account and an SMTP account of

Re: [nyphp-talk] LDAP for web authorization?

2006-11-30 Thread Max Gribov
Randal Rust wrote: On 11/2/06, charlie derr <[EMAIL PROTECTED]> wrote: While I understand what you are saying, I don't think I properly explained what the client is doing. They store all of their data in the LDAP, then they run a bunch of batch files on a nightly basis that exports the data from