-
1 public variable
A variable you declare with the Public keyword in the Declarations section of a module. A public variable can be shared by all the procedures in every module in a database. -
2 application state
"In ASP.NET, a variable store that is created on the server for the current application and is shared by all users. Application state is typically used to store information that is used for all users, such as application-wide settings."
См. также в других словарях:
Shared Memory — (dt. „gemeinsam genutzter Speicher“) wird in der Computertechnologie verwendet und kann dabei je nach Kontext eine andere Technologie beschreiben: Shared Memory in der Interprozesskommunikation (IPC): Hier nutzen zwei oder mehrere Prozesse einen… … Deutsch Wikipedia
Shared memory — (dt. „geteilter Speicher“) bezeichnet eine bestimmte Art der Interprozesskommunikation (IPC). Bei dieser Art nutzen zwei oder mehrere Prozesse einen bestimmten Teil des Hintergrundspeichers (RAM) gemeinsam. Für alle beteiligten Prozesse liegt… … Deutsch Wikipedia
APL Shared Variables — Shared Variables are a feature of the APL language which allowed mainframe APL programs to communicate with other facilities on a computer, which could include external files, DBMS, or other users. Shared Variables were first introduced by IBM in … Wikipedia
Variable d'environnement — En informatique, les variables d’environnement sont des variables dynamiques utilisées par les différents processus d’un système d’exploitation (Windows, Unix, etc.). Elles servent à communiquer des informations entre programmes qui ne se… … Wikipédia en Français
Shared memory — In computing, shared memory is a memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies. Depending on context, programs may run on a single processor or on… … Wikipedia
Variable Density Tunnel — Infobox nrhp name = Variable Density Tunnel nrhp type = nhl caption = The tank of the Variable Density Tunnel arriving in 1922 lat degrees = 37 lat minutes = 4 lat seconds = 43 lat direction = N long degrees = 76 long minutes = 20 long seconds =… … Wikipedia
Shared Object — Bibliothèque logicielle Pour les articles homonymes, voir Bibliothèque (homonymie) et DLL. En informatique, une bibliothèque ou librairie[1] logicielle (ou encore, bibliothèque de programmes) est un ensemble de fonctions utilitaires, regroupées… … Wikipédia en Français
Shared object — Bibliothèque logicielle Pour les articles homonymes, voir Bibliothèque (homonymie) et DLL. En informatique, une bibliothèque ou librairie[1] logicielle (ou encore, bibliothèque de programmes) est un ensemble de fonctions utilitaires, regroupées… … Wikipédia en Français
Environment variable — Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer. They can be said in some sense to create the operating environment in which a process runs. For example, an environment… … Wikipedia
Global variable — In computer programming, a global variable is a variable that is accessible in every scope. Interaction mechanisms with global variables are called global environment (see also global state) mechanisms. The global environment paradigm is… … Wikipedia
Distributed shared memory — (DSM), in Computer Architecture is a form of memory architecture where the (physically separate) memories can be addressed as one (logically shared) address space. Here, the term shared does not mean that there is a single centralized memory but… … Wikipedia