|
Home > Archive > Web Servers on Windows > October 2006 > Apache as application server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache as application server
|
|
| Volker Hetzer 2006-10-06, 7:23 am |
| Hi!
I'm totally new to web programming but - well, here's the situation:
We are buying some complex bit of software which is still very much in development.
So far it looks as if those guys really intend to do their own application server
between a database (oracle) and a number of clients.
Now, those clients all open sessions to the database (that is, the appserver does)
and execute requests which the appserver translates into database dependent sql.
We can give a bit of input to those people and I'd very much like to suggest that
they use apache as the application server because it saves us administration
costs, them development costs and both of us a lot of frust with their homegrown
"version 1" appserver.
But I do not know enough to make such a suggestion in good faith, and that's why
there is this posting.
So, is the above scenario (paragraphs one and two) possible at all with apache?
How far can one fit in apache into the middle of a three tier architecture
where html or web browsers don't come into the picture at all? Can client
connect to apache /only/ using http or are other ways like rpc possible too?
What about XML-RPC?
How are the database connections mapped to client sessions with login and
logout and transaction commits/rollbacks and timeouts?
How is apaches oracle support? In particular, does automatic failover to
a standby database work? (oracle speak: transparent failover)
Lots of Greetings!
Volker
--
For email replies, please substitute the obvious.
| |
| EdwardATeller 2006-10-21, 1:21 am |
| Volker Hetzer wrote:
> Hi!
> I'm totally new to web programming but - well, here's the situation:
> We are buying some complex bit of software which is still very much in development.
> So far it looks as if those guys really intend to do their own application server
> between a database (oracle) and a number of clients.
>
> Now, those clients all open sessions to the database (that is, the appserver does)
> and execute requests which the appserver translates into database dependent sql.
>
> We can give a bit of input to those people and I'd very much like to suggest that
> they use apache as the application server because it saves us administration
> costs, them development costs and both of us a lot of frust with their homegrown
> "version 1" appserver.
>
> But I do not know enough to make such a suggestion in good faith, and that's why
> there is this posting.
>
> So, is the above scenario (paragraphs one and two) possible at all with apache?
> How far can one fit in apache into the middle of a three tier architecture
> where html or web browsers don't come into the picture at all? Can client
> connect to apache /only/ using http or are other ways like rpc possible too?
> What about XML-RPC?
>
> How are the database connections mapped to client sessions with login and
> logout and transaction commits/rollbacks and timeouts?
>
> How is apaches oracle support? In particular, does automatic failover to
> a standby database work? (oracle speak: transparent failover)
>
> Lots of Greetings!
> Volker
> --
> For email replies, please substitute the obvious.
I may know less than you, but I don't believe Apache qualifies as an
application server. It is a web server. Happy to be corrected by
someone who knows, but that is my 2 pfennigs.
|
|
|
|
|