Re: running mutiple instances of standard executable from a networ
From: Joe (Joe_at_discussions.microsoft.com)
Date: 09/01/04
- Next message: Walter G: "Re: How to show Excel, Word, PDF in WebBrowser from stream"
- Previous message: Joe: "Re: running mutiple instances of standard executable from a networ"
- Maybe in reply to: Joe: "Re: running mutiple instances of standard executable from a networ"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Sep 2004 06:47:02 -0700
Which books would you suggest?
"Ralph" wrote:
>
> "Joe" <Joe@discussions.microsoft.com> wrote in message
> news:B408B628-1D73-4F10-A121-149FDD1A31E1@microsoft.com...
> > If I have an executable on a network server and a network client accesses
> the
> > application and executes it, can another network client also access the
> > application and execute the application?
> >
> > Since I have never built anything that would run from a network server, I
> > have no idea how this works.
> >
> > Assume that the app is a front end for a database and that the database or
> > ADO handle the record locking.
> >
> > Is this where DCOM fits into system design?
> >
> > TIA,
> > --
> > Joe
> >
> > VBA Automation/VB/C++/Web and DB development
>
> Forgot the last part of your question.
>
> Yes COM+ might be part of your design if you are planning on a n-tier client
> server. (DCOM is passe, COM+ Services is the new term. <g>).
>
> The are many possible ways to design your client/server application, each
> with trade-offs based on the amount of data, frequency, number of users, ...
> My humble suggestion - get a book. Likely serveral. <g>
>
> -ralph
>
>
>
- Next message: Walter G: "Re: How to show Excel, Word, PDF in WebBrowser from stream"
- Previous message: Joe: "Re: running mutiple instances of standard executable from a networ"
- Maybe in reply to: Joe: "Re: running mutiple instances of standard executable from a networ"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|