architecture - Which system works is the best? -


i have application runs under 16 weblogic instances, distributed on 4 servers.

on top of that, have 2 apache servers, communicating application servers.

and on top of that, have load balancing system (css card, going replaced type of card - ace card-).

this works fine.

but company rid of 2 apache servers, , integrate 1 iis instance communicate 1 weblogic instance.

so basically, i'll have:

  • 16 iis instances, speaking 16 weblogic instances, 1-1 relationship.

personally, i'm skeptical architecture, because:

  • what happen if weblogic instance goes down ? mean, iis instance still continues receive requests load balancing system. know new load balancing system can first send request see if application responding, , if so, let request go further. but, can imagine taking quite lot of time, , it's not performance.

  • moreover, if application responding (meaning weblogic , running), time, iis not, load balancing system send request iis instance down. users have wait forever!

do see other benefits or big drawbacks of new solution may have missed? architecture solution?

this works fine.

it's best solution then.

your problem statement not indicate drivers change. instead, analyzes solution (for unclear problem). 1 cannot determine if solution or bad without knowing drivers form it.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -