upload
Sun Microsystems Inc.
Industria: 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.
Using one computer word to represent a number.
Industry:Computer
Used in client-certificate authentication to enable the server, and optionally the client, to authenticate each other. The public key certificate is the digital equivalent of a passport. It is issued by a trusted organization, called a certificate authority, and provides identification for the bearer.
Industry:Computer
A virtual field of an entity bean that has container-managed persistence; it is stored in a database.
Industry:Computer
A virtual field of an entity bean having container-managed persistence; it identifies a related entity bean.
Industry:Computer
Threads use a spin lock to test a lock variable over and over until some other task releases the lock. That is, the waiting thread spins on the lock until the lock is cleared. Then, the waiting thread sets the lock while inside the critical region. After work in the critical region is complete, the thread clears the spin lock so another thread can enter the critical region. The difference between a spin lock and a mutex is that an attempt to get a mutex held by someone else will block and release the LWP; a spin lock does not release the LWP. See also mutex lock.
Industry:Computer
A vendor that supplies a Web container.
Industry:Computer
This computer model specifies what happens to data, and ignores instruction order. That is, computations move forward by nature of availability of data values instead of the availability of instructions. See also control flow model, demand-driven dataflow.
Industry:Computer
A vendor that supplies a J2EE product.
Industry:Computer
A vendor that supplies an EJB server.
Industry:Computer
To verify the identity of a user, device, or other entity in a computer system, often a prerequisite to allowing access to resources in a system. Based on definition found at search Database.com see http://searchdatabase.techtarget.com
Industry:Computer