upload
Sun Microsystems Inc.
Industry: Computer
Number of terms: 4807
Number of blossaries: 1
Company Profile:
Sun Microsystems is a multinational vendor of computers, computer software and hardware, and information technology services.
A preconfigured JMS object (a resource manager connection factory or a destination) created by an administrator for the use of JMS clients and placed in a JNDI namespace.
Industry:Computer
System model where many processors can be simultaneously executing different instructions on different data. Furthermore, these processors operate in a largely autonomous manner as if they are separate computers. They have no central controller, and they typically do not operate in lock-step fashion. Most real world banks run this way. Tellers do not consult with one another, nor do they perform each step of every transaction at the same time. Instead, they work on their own, until a data access conflict occurs. Processing of transactions occurs without concern for timing or customer order. But customers A and B must be explicitly prevented from simultaneously accessing the joint AB account balance. MIMD relies on synchronization mechanisms called locks to coordinate access to shared resources. See also mutual exclusion, mutex lock, semaphore lock, single-lock strategy, spin lock.
Industry:Computer
A portion of a JSP page that is recognized by a JSP translator. An element can be a directive, an action, or a scripting element.
Industry:Computer
Synchronization variable to implement the mutual exclusion mechanism. See also condition variable, mutual exclusion.
Industry:Computer
A person who installs J2EE modules and applications into an operational environment.
Industry:Computer
Synchronization mechanism for controlling access to critical resources by cooperating asynchronous threads. See also semaphore
Industry:Computer
A parser that ensures that an XML document is valid in addition to being well formed. See also parser.
Industry:Computer
A parameter that initializes the context associated with a servlet.
Industry:Computer
Status of AC power supply when receiving input.
Industry:Computer
A number of processors working simultaneously, each handling one element of the array, so that a single operation can apply to all elements of the array in parallel.
Industry:Computer