Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Clustered Perl Applications?

by sri (Vicar)
on Jul 05, 2003 at 14:56 UTC ( [id://271635]=note: print w/replies, xml ) Need Help??


in reply to Re: Clustered Perl Applications?
in thread Clustered Perl Applications?

The number crunching is coordinated by a central node.
It is just handing out job ids, the number crunchers are then fetching the data from the right storage server (storage servers hold ranges of jobids), crunching the data and sending it to another storage server where the data is saved for later analysis.
Storage servers are MySQL and always readwrite.

Replies are listed 'Best First'.
Re^3: Clustered Perl Applications?
by adrianh (Chancellor) on Jul 05, 2003 at 22:20 UTC

    So the number-crunchers are fetching/storing data (using SOAP) from storage servers, which are fetching/storing the data from MySQL servers - or am I misunderstanding?

    Why do you need the intermediaries? Why not have the number-crunchers fetch/store directly to the MySQL servers?

    (apologies if I'm being dim - rather late here.)

      Please see some posts below. ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://271635]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-29 01:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found