Jochem Maas wrote:
> I read that you already got your script performance up,
> but I'd still like to suggest that you shouldn't be reading in
> a complete 18Mb file (especially given that you don't know
> in advance whether some day(s) this size might be much larger).
>
> instead you should be ope
I read that you already got your script performance up,
but I'd still like to suggest that you shouldn't be reading in
a complete 18Mb file (especially given that you don't know
in advance whether some day(s) this size might be much larger).
instead you should be opening a handle to the file and t
Hi Shawn:
Yes, good idea, I agree
Thanks
Fred
> fschnit...@execulink.com wrote:
>> Thanks Paul and Shawn:
>>
>> I can't answer the Why's in your posts, as this is literally my first
>> attempt at PHP, but I will investigate your response and refine my code
>> accordingly.
>>
>> What I did
fschnit...@execulink.com wrote:
> Thanks Paul and Shawn:
>
> I can't answer the Why's in your posts, as this is literally my first
> attempt at PHP, but I will investigate your response and refine my code
> accordingly.
>
> What I did find is that by replacing the following code:
>
> $fhandle =
Thanks Paul and Shawn:
I can't answer the Why's in your posts, as this is literally my first
attempt at PHP, but I will investigate your response and refine my code
accordingly.
What I did find is that by replacing the following code:
$fhandle = fopen("/ramdrive/import_file.txt", "w");
foreach
On Mon, Feb 23, 2009 at 11:59:20AM -0500, fschnit...@execulink.com wrote:
> Hi:
>
> Newbie here. This is my first attempt at PHP scripting. I'm trying to find
> an alternative to Lotus Domino's domlog.nsf for logging web transactions.
> Domino does create an Apache compatible text file of the web
Hi:
Newbie here. This is my first attempt at PHP scripting. I'm trying to find
an alternative to Lotus Domino's domlog.nsf for logging web transactions.
Domino does create an Apache compatible text file of the web transactions,
and this is what Im trying to parse. I started off using a code snibb
7 matches
Mail list logo