[PHP] conjob etc.

2001-10-24 Thread Arnold Gamboa
n job calling a php script that access mysql and reads data EVERY 5 MINS, will i exhaust my box's resources? That is the best /safest thing i have in mind in as far as doing an email account manipulation on the linux box. Any idea is also appreciated. Thanks.. Mabuhay! -- Arnold Gamboa Pres., Ma

[PHP] PostgreSQL vs. Interbase

2001-05-07 Thread Arnold Gamboa
Hi there. I'm currently in serious research on what database to use for a B2B site which is expected to hold millions of records. I have in so far considered two open source databases - Interbase and PostgreSQL. With this in mind, I'm sending this email to both the PostgreSQL and Interbase mailin

[PHP] PostgreSQL vs InterBase

2001-02-27 Thread Arnold Gamboa
I hve heard a great deal about InterBase. Please comment on which is better: 1. Speed 2. Data Reliability 3. Compatibility with PHP Thanks for your comments. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: [PHP] crontab help

2001-02-22 Thread Arnold Gamboa
ly takes about 24 hours to send out 1M messages. > > --Joe > > On Fri, Feb 22, 2002 at 03:36:33PM +0800, Arnold Gamboa wrote: > > thanks for the comment > > > > let's just say i have 100k emails to send... don't you think that will drain > > the syst

Re: [PHP] crontab help

2001-02-21 Thread Arnold Gamboa
is on my mass > mailer and it worked like a charm. > > --Joe > > On Fri, Feb 22, 2002 at 02:53:10PM +0800, Arnold Gamboa wrote: > > hi there. > > > > is there a way to tell crontab to do: > > > > "run script every 5 mins for 1 hour".. > > >

[PHP] crontab help

2001-02-21 Thread Arnold Gamboa
hi there. is there a way to tell crontab to do: "run script every 5 mins for 1 hour".. i have this mass email script that is so huge that i need it to chunk into records and make sure that it will run every 5 mins for 1 hour. Thanks for any help.