Hi
With 50 users and the size of your database I would not expect that you need
to have a middle tier, but it is a grey area that would depend on hardware
and what the users are doing and how other application will interface with
it.
It is also not clear if you are talking about the number of users for the
prototype or the number of users on the final system.
I don't know enough about COM and how you interface to IIS to know what you
are asking regarding this, but as COM has been around for a while I would
have thought that you can use something other than passing XML between the
two. If are talking about defining a COM interface with UTL, then I think
you can write the IDL directly.
John
[quoted text, click to view] "barak" <frohlinger@yahoo.com> wrote in message
news:443cf9b.0408010319.33c0c0c7@posting.google.com...
> Thanks John,
> But actually that's what I would really like to know -
> how important is the application server?
> Is the IIS using the ADO components & SQL's stored procedures good
> enough for, lets assume, 50 concurrent users?
> Or is the Application Server a must?
> The user will perform multiple item searches from the DB, where the DB
> contains up to 2000 items.
> It seems a fairly light prototype, and i'm not sure the App Svr is
> necessary.
>
> And another question - Is there another way a COM based Application
> Server can commnuicate with IIS not using XML? Are there better and
> less costly alternatives? XML is the only way I know, using the
> IDispatch interface.
>
> Thanks again!
> Barak