Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8717271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:15:58+00:00 2026-06-13T06:15:58+00:00

Many applications use the following model: Browsers or other clients interact with application servers.

  • 0

Many applications use the following model:

  1. Browsers or other clients interact with application servers.
  2. Application servers (web servers or RPC servers) interact with data store servers (SQL servers or non-SQL storage).

For internet applications, they need application servers because they must keep simple feature on data servers for performance. But I can’t see why they need application servers on intranet.

For example, can we develop an Adobe AIR application, which directly connect to a PostgreSQL server? I guess we can deploy a center PostgreSQL server which has many stored procedures and set strict permission, and let the Adobe AIR application fetch (and modify) data only by invoking the stored procedure.

Why don’t the most of applications choose a simplier solution?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T06:15:59+00:00Added an answer on June 13, 2026 at 6:15 am

    I initially started with a direct access design and quickly found it useful to move to an application server where I talked to the DB via web services. Reasons included:

    • Handling DB restart, local connection loss, client IP address change, etc is much easier when you’re talking to the DB over a stateless protocol like HTTP. This is more of an issue for remote workers.

    • Transactions are clearly demarcated and isolated in server-side transactional methods (I used EJB3 and container managed transactions)

    • It’s much easier to add new clients like a phone app as they can share more of the code and business logic. Stored procedures in the database are very useful, but can be limited and occasionally frustrating.

    • Some tools/languages don’t have built-in tools for talking to PostgreSQL directly, but can easily talk to a RESTful web service with XML or JSON request/response format.

    • DB admin is easier if you’re dealing only with a single application server connection pool

    The main downside is of course the extra layer means extra work and extra maintenance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use bar chart in web application. I have searched many libraries
Many Windows applications (games, web browsers, some editors, etc.) support fullscreen mode, in which
In the past i would use the following simple data model to implement security
Many graphing applications use orthogonal edge routing for objects on a canvas. I am
Many Java applications that use shell scripts to configure their environment use the JAVA_HOME
In my Application I use many Webservices. As the WSDL does not change, I
I have a many-to-many relationship in my django application where I use the add
We use Selenium to test the UI layer of our ASP.NET application. Many of
Like many web applications (business) the customer wants a form that will search across
My overall use case: I have a Listing model that has many images .

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.