The Artima Developer Community
Sponsored Link

Design Forum
Advise about Architecture?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
tony

Posts: 5
Nickname: chaosman
Registered: Mar, 2002

Advise about Architecture? Posted: Sep 9, 2002 1:04 AM
Reply to this message Reply
Advertisement
Now i am seeking a suitable architecture for our project.
Let me describe the ENV and Requirements we are working with, if u have any words to say , i am so appreciated:)

Now considering a Mobile Client to Chat with a PC workstation, it's request will pass by a Gateway, which will transfer the request data to the Chat protocol format and deliver it to the Chat System.
Now job is to create the Gateway, but when client request coming, a load balancer will apply the balance strategy to deliver the request to the Server with good performance, say that there are a Server Group.

In order to record the client's session information among the Server Group, we should use something to remember the session(Database?, file?). I read the doc of WebLogic, it has three strategy in dealing with cluster: Memory-Copy, Database Persistance, File Persistence. Any Advises?

Next is the Network call, when a client is send a request to the balancer, then we don't know which server it will be delivered to. Our now strategy is to store the information of the server, which deal with this client's request when it login, to the database, when client again request still let this server to give the response service. I don't know how the performance will be to use this strategy.

So give me a hand, any other ideas?


3ks.

Topic: help with wine aromas database Previous Topic   Next Topic Topic: applet and jdbc

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use