It's wrong of them?!?! Not to sound irrational here, but you're DOWNLOADING
the file every time, even if you are downloading it every time. Why are you
opening it through HTTP? Why not directly via the FS? If you're local to the
machine, that seems more intelligent. If you're not local to the machine
then you're using not only CPU resource, but network resource, and even more
so should be responsible. It is very difficult for an ISP to differentiate
between what was an external request and what was you requesting something
from yourself. Even if it was simple, I'm not sure they have any obligation
or responsibility to do it.

Regards,


Cristopher Daniluk
President & CEO
email: [EMAIL PROTECTED]
direct: 330/530-2373

Digital Services Network, Inc
Unleashing Your Potential
voice: 800/845-4822
web: http://www.dsnet.net/


-----Original Message-----
From: Stig-Ørjan Smelror [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 8:33 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Am I right or wrong?


> My ISP has a limit on my site of 10,000MB of data transfer per month.
>
> 4 days into september and I'm already at 2,500MB.  It would seem
> they're including requests by their own PHP server.
>
> I have a folder of ~80kb images that are dynamically resized using PHP
> into ~1.4kb thumbnails.  Now for each one the PHP server sends an HTTP
> request for the 80kb image, and this is being counted against my
> 10,000MB.
>
> Should it?  Am I in the right in thinking that it shouldn't?
>
> regards,
>


Everybody will always try to screw you some way or another...
Always look at the small print ;)

And you're right... it's wrong of them... imho.

--
Stig-Ørjan Smelror
Systemutvikler

Linux Communications AS
Sandakerveien 48b
Box 1801 - Vika
N-0123 Oslo, Norway

tel. +47 22 09 28 80
fax. +47 22 09 28 81
http://www.lincom.no/




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to