BABLA
Guest
|
Posted:
Sun Dec 12, 2004 4:50 pm Post subject:
Multiple DB and one APP Server |
|
|
hi,
I have to design a system which will be having multiple database server
, and one application server. Data will be distributed in all the
systems and its scalable , whenever data increases, we will be adding
one more server.
the onlt bottleneck is search. we have to search results within 10
seconds. for that we have to send request to these DB server
concurrently, so these searver can return the result and app server can
capture that and show that.
Any ideas how it should be done.
Thanks in advance.
-B |
|
Dan Koren
Guest
|
Posted:
Thu Dec 23, 2004 7:58 am Post subject:
Re: Multiple DB and one APP Server |
|
|
You're asking the wrong newsgroup.
Try comp.databases.
dk
"BABLA" <shanker_sri@yahoo.com> wrote in message
news:1102852209.713936.100510@f14g2000cwb.googlegroups.com...
| Quote: | hi,
I have to design a system which will be having multiple database server
, and one application server. Data will be distributed in all the
systems and its scalable , whenever data increases, we will be adding
one more server.
the onlt bottleneck is search. we have to search results within 10
seconds. for that we have to send request to these DB server
concurrently, so these searver can return the result and app server can
capture that and show that.
Any ideas how it should be done.
Thanks in advance.
-B
|
|
|