For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > March 2006 > fpassthru question









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author fpassthru question
Aaron DeLoach

2006-03-17, 6:56 pm

In our current file transfer scheme we are using fopen and fpassthru to
provide the user with a downloadable file from a remote location (other than
our servers). My question is, when using this method does our server
experience the load of the file transfer/download even though we're sort of
an "in between link"?


Johannes Wienke

2006-03-17, 6:56 pm

Am 17.03.2006 22:18 schrieb Aaron DeLoach:
> In our current file transfer scheme we are using fopen and fpassthru to
> provide the user with a downloadable file from a remote location (other than
> our servers). My question is, when using this method does our server
> experience the load of the file transfer/download even though we're sort of
> an "in between link"?


Yes, of course, thats what the name of the function says: pass through
my own server ;)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com