Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: "Doug Phillips" <dphill46@xxxxxxxxxxxx>
- Date: 14 Apr 2006 14:28:55 -0700
JF Mezei wrote:
Doug Phillips wrote:
I understand the all-the-eggs-in-one-basket thing, but at what level
does the application need to be "cluster aware"?
In its design. Consider a "server" process that receives requests and
queues them for processing by itself and assumed that it is the only
process accessing the database/files because all requests are funnelled
through it.
Right. Sorry you clipped the next part of my post. Say a program reads
something from someplace (screen, keyboard, machine,...), builds a
data-record key and requests a data-record read or write. It then gets
an indication of success or failure.
Where the record came from, or what sent the error status isn't a
matter of concern at that level. Process the record or handle the
error. And, at that level is the majority of the code base and the
substance of the application.
Making this work in a cluster requires substantial changes because you
would now have 2 or more processes accessing the same database.
But, that's what database servers do.
VMS clustering was "transparent" in the days of interactive sessions
with users at the $ sign all day and running TPU/Compilers. But when you
get into server type applications, the plot thickens. distributing
transactions to spread the load amongst the available nodes is not
trivial unless you can be sure that no client casches IPs adresses and
continuously do DNS requests to make use of DNS load balancing for instance.
And that's all too deep for the API to even care about. VMS clusters
would need different RTL's & such than Veritas or whatever, but the API
should be the same.
It is definitely doable. But it isn't "out of the box" that way for
every type of application.
You're right.
.
- References:
- Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: dave . baxter
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: John Reagan
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: dave . baxter
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: David J. Dachtera
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: Doug Phillips
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: JF Mezei
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: Doug Phillips
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: Bill Gunshannon
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: Doug Phillips
- Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- From: JF Mezei
- Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- Prev by Date: RE: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- Next by Date: SFTP oddity when PUTting files
- Previous by thread: Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- Next by thread: Re: Is OpenVMS certified yet for 64-way Hard partitions (GS1280 M64).
- Index(es):
Relevant Pages
|