473,670 Members | 2,353 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Workstation or Server Workspace?

Here's the scenario.
A user is sitting at a WinXP workstation and maps a drive to one particular
remote server. The user then transfers data files to that server and invokes
my C++ application executable that resides on that remote server from a
simple DOS command line at the workstation. For example, x:\myprogram.ex e.
This scenario can and often does exist concurrently at different workstations
around the country but always with the one particular remote server.

Here's my question.
When my application is thus invoked, is a copy of it actually copied to the
respective user's workstation's local workspace and run there referencing the
data files on that remote server; or, are multiple instances of the
application somehow running in that remote server's local workspace to
process the respective data files on that remote server?

TIA.

Aug 17 '06 #1
2 1353

"Don Rich" <donkr(removeth is)@hotmail.com .(removethistoo )wrote in message
news:BA******** *************** ***********@mic rosoft.com...
Here's the scenario.
A user is sitting at a WinXP workstation and maps a drive to one
particular
remote server. The user then transfers data files to that server and
invokes
my C++ application executable that resides on that remote server from a
simple DOS command line at the workstation. For example,
x:\myprogram.ex e.
This scenario can and often does exist concurrently at different
workstations
around the country but always with the one particular remote server.

Here's my question.
When my application is thus invoked, is a copy of it actually copied to
the
respective user's workstation's local workspace and run there referencing
the
data files on that remote server
Yes.
; or, are multiple instances of the
application somehow running in that remote server's local workspace to
process the respective data files on that remote server?
No.

-cd
Aug 17 '06 #2
Hi, Carl.

Thank you for the quick response and confirming my thought.

dr

"Carl Daniel [VC++ MVP]" wrote:
>
"Don Rich" <donkr(removeth is)@hotmail.com .(removethistoo )wrote in message
news:BA******** *************** ***********@mic rosoft.com...
Here's the scenario.
A user is sitting at a WinXP workstation and maps a drive to one
particular
remote server. The user then transfers data files to that server and
invokes
my C++ application executable that resides on that remote server from a
simple DOS command line at the workstation. For example,
x:\myprogram.ex e.
This scenario can and often does exist concurrently at different
workstations
around the country but always with the one particular remote server.

Here's my question.
When my application is thus invoked, is a copy of it actually copied to
the
respective user's workstation's local workspace and run there referencing
the
data files on that remote server

Yes.
; or, are multiple instances of the
application somehow running in that remote server's local workspace to
process the respective data files on that remote server?

No.

-cd
Aug 18 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1735
by: Belinda | last post by:
Hello All I want to install the NT 4.0 Option pack to install the IIS web server. Does the option pack install to get the web server working on my Windows NT workstation running SP6a work. I want this web server to connect to a SQL Server which is running on this NT Workstation as well. Please clarify what are the steps I need to follow to get the web server running on my NT 4.0 workstation to run ASP.
6
6764
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used the SQL Profile to watch the T-SQL-Command which Access ( who creates the commands?) creates and noticed:
0
904
by: CartmanLabs | last post by:
Not so long ago, I was able to run MS SQL 7 Server on NT 4.0 Workstation. I am trying to get this Dev Environment Going. There was a simple work around that allowed the Server Edition. to be installed on workstation, I do not want the Desktop Edition installed. It was something simple like copying a single NT Server executable to my workstation NT directory.
2
1245
by: emily | last post by:
This might not be a SQL Server question, might be something else. I have a workstation on a LAN that can't connect to the SQL Server. When I try to configure a User DSN to connect to it, the server name I want appears TWICE in the list of possible servers. No matter which one I select, it can't get the connection. The workstation also can't connect through EM or QA. We've checked the user's permissions, we've re-installed some...
10
4218
by: B Moor | last post by:
Host PC: Win SBS 2003 with 2.6 GHz processor and 1GB RAM SQL Server 2000 sp3 (or latest).MS Office 2k3 I have the access 2k3 front end running on server (this may get changed) and all was well until an upgrade 1 week ago when I installed a new version of the mde (with very minor changes) and a new VB application via a VB6 installer setup.exe. Access uses odbc to linked tables on SQL Server, plus a few local tables.
10
2361
by: Zeng | last post by:
I just realized that there are 2 modes for garbage collection modes: server gs and workstation gs. Would someone know how I can go about changing the mode for my web application written in C#? I want to make sure it's using server gs mode. Thank you for any comment or advice. -zeng
0
3879
by: MikeB | last post by:
Problem : I am maintaining a legacy application which is distributed with a default database, loaded from a file called Master.dat. I wish to update the values of 10 fields in 1 table. I can restore a database from Master.dat within the (C++ and SQLDMO) app. If I try to restore from command line osql, the restore fails :
2
8190
by: Marcus | last post by:
(Appologies if this group isn't the best place for this post) Is it possible to use DAO 3.6 to access binary data (varbinary(max)) in Sql Server 2005? I have images and sound in a Sql 2005 DB that I need to retrieve (and write) with DAO (ADO and ADO.Net are not options as this is legacy code that can't be changed). Thx, Marcus
12
2120
by: Bob Cramer | last post by:
I'm a developer using XP Pro for developing business apps with Visual Studio.NET and SQL Server. My current workstation is a few years old and uses a single IDE drive. I'm looking to build a new workstation. I plan to NOT install Vista and continue using XP Pro for the foreseeable future. My question: What would you recommend for the hard drive(s) on my new workstation? I ask because several years ago I saw a number of friends have...
0
8471
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8907
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8663
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7423
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6218
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4396
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2804
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2046
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.