Re: [PHP] Limiting speed when using CURL functions

2007-03-15 Thread Tijnema !
On 3/15/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Wed, March 14, 2007 6:55 am, Tijnema ! wrote: > On 3/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: >> On Mon, March 12, 2007 7:14 am, Tijnema ! wrote: >> > Is there any way i can limit the transfer speed when using CURL? >> > >> > I'm uplo

Re: [PHP] Limiting speed when using CURL functions

2007-03-14 Thread Richard Lynch
On Wed, March 14, 2007 6:55 am, Tijnema ! wrote: > On 3/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: >> On Mon, March 12, 2007 7:14 am, Tijnema ! wrote: >> > Is there any way i can limit the transfer speed when using CURL? >> > >> > I'm uploading a file to a server, and i don't want the script t

Re: [PHP] Limiting speed when using CURL functions

2007-03-14 Thread Tijnema !
On 3/12/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Mon, March 12, 2007 7:14 am, Tijnema ! wrote: > Is there any way i can limit the transfer speed when using CURL? > > I'm uploading a file to a server, and i don't want the script to f*** > up all > bandwidth. I don't recall ever seeing that

Re: [PHP] Limiting speed when using CURL functions

2007-03-12 Thread Richard Lynch
On Mon, March 12, 2007 7:14 am, Tijnema ! wrote: > Is there any way i can limit the transfer speed when using CURL? > > I'm uploading a file to a server, and i don't want the script to f*** > up all > bandwidth. I don't recall ever seeing that in curl, but check on the curl site, linked from here:

Re: [PHP] Limiting speed when using CURL functions

2007-03-12 Thread Tijnema !
On 3/12/07, Martin Marques wrote: Tijnema ! wrote: > Hi, > > Is there any way i can limit the transfer speed when using CURL? > > I'm uploading a file to a server, and i don't want the script to f*** > up all > bandwidth. man renice P.D.: This is not a PHP question. I'm talking about the

Re: [PHP] Limiting speed when using CURL functions

2007-03-12 Thread Martin Marques
Tijnema ! wrote: Hi, Is there any way i can limit the transfer speed when using CURL? I'm uploading a file to a server, and i don't want the script to f*** up all bandwidth. man renice P.D.: This is not a PHP question. -- 21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37,

[PHP] Limiting speed when using CURL functions

2007-03-12 Thread Tijnema !
Hi, Is there any way i can limit the transfer speed when using CURL? I'm uploading a file to a server, and i don't want the script to f*** up all bandwidth. TIA Tijnema