Re: stored procs? why?

[email protected] ("Perrin Harkins")
Newsgroups perl.p5ee
Message-ID <002b01c1c1fd$9e0997c0$b59dfea9@charlotte>
> 2 - Why can't you just get several database servers and load the
> stored procedures into all of them?

Because they all need access to the same data, and synchronizing
read/write data between multiple databases servers in real time is a
non-trivial problem.  It's much easier to have lots of application
servers hitting one database than to have lots of databases, and keeping
as much as possible out of the database lets you go much further with
that architecture.

- Perrin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.