That's still running sequentially
-Original Message-
From: Jose Arce [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 04, 2002 5:01 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP] fsockopen question
now it's clear thx :D
is not the same thing as:
while
sequentially. But there's two
>sockets
>open...
>
>
>-----Original Message-
>From: Jose Arce [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, July 04, 2002 4:48 PM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: RE: [PHP] fsockopen question
>
>
>So...i
thread? i don't
> understand...i mean...if i can open more than one fsockopen...it is
> multithread, or in wich cases php open more than one fsockopen?
> thx :D
>
>
> >From: Martin Towell <[EMAIL PROTECTED]>
> >To: 'Jose Arce' <[EMAIL PROTECTED]>
I mean, you can do
each of the fgets()'s will be executed sequentially. But there's two sockets
open...
-Original Message-
From: Jose Arce [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 04, 2002 4:48 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP] fsockope
rce' <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: RE: [PHP] fsockopen question
>Date: Thu, 4 Jul 2002 16:39:36 +1000
>
>you can do more than one fsockopen(), but since php isn't multi-threaded -
>you'll still only be able to download one file at a time.
>
you can do more than one fsockopen(), but since php isn't multi-threaded -
you'll still only be able to download one file at a time.
-Original Message-
From: Jose Arce [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 04, 2002 4:39 PM
To: [EMAIL PROTECTED]
Subject: [PHP] fsockope
Hi, i'm making a script to transfer all the zips from my old server to my
new one, i mean, server to server. That's the easy part. The cuestion is:
Can i open more than just one instance for fsockopen to retrieve more files
in the same script, at the same time? i mean, not one by one (that will
Hi,
the way i would do it looks like this:
- setup stunnel (www.stunnel.org) to listen to port 10443 in the
127.0.0.1 interface and forward that to www.myprovider.com
- the php script would connect to 127.0.0.1:10443 using plain text
- that's it, easy and clean! :)
stunnel will hapilly forwar
nsaction is accepted.
-Original Message-
From: Matthew Luchak [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 10:04 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] fsockopen question
I use:
$fp = fsockopen("www.somewhere.com",80);
fputs($fp, "GET http://www.somewhere.com/som
hen try the response..
Matthew Luchak
Webmaster
Kaydara Inc.
[EMAIL PROTECTED]
-Original Message-
From: Michael Conley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 1:00 PM
To: Matthew Luchak; [EMAIL PROTECTED]
Subject: RE: [PHP] fsockopen ques
al Message-
From: Michael Conley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 12:37 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP] fsockopen question
How do I send the XML string to the above URL? When I use fsockopen, it
doesn't like anything other th
I am looking to process credit card transactions on my site. In order to do
this, I need to open a socket to a particular URL. I then submit an XML
string to them. They process the string and send me a response.
I am going to a certain (secure) location on the site of my credit card
processor
12 matches
Mail list logo