/    Sign up×
Community /Pin to ProfileBookmark

Data transfer advice

Hello.

I need an advice from you all in this matter: i’m developing an web application which is dispensed in two different location, in the matter of functionality. On one server (S1) i have the admin interface and on any other server (S2) i have the front interface (the public website).

Between this two servers i have to transport an amount of data (which is generated on the first server (S1) and displayed on the second (S2) and is random in size let’s say 235 Kb). The data is actually a generated web page source code (everything that can be hold between <html> and </html>) (by S1) that i have to “echo” on S2 (for public access).

The application is developed using PHP 5.2.x, Apache 2.2.x and MySQL 5.x

I’m thinking on using SOAP to transfer that amount of data but i’m not sure if SOAP is the best solution for this. Is there any other way to transfer this data, i don’t know… SOAP like ?

Thank you in advance for your answers. Any link, good word, tutorial, resource will be appreciated.

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@TJ111Jan 29.2008 — Look into using the cURL package. It's designed specifically for transferring data between two seperate servers.

Edit: link

http://us3.php.net/curl
Copy linkTweet thisAlerts:
@punctwebauthorJan 30.2008 — Thank you for your reply.

cURL was the next choice for me too, but i wanted to hear (read) a second opinion. So cURL it is then...
×

Success!

Help @punctweb spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...