concurrent use

  • 1Concurrent use registration — A concurrent use registration, in United States trademark law, is a federal trademark registration of the same trademark to two or more unrelated parties, with each party having a registration limited to a distinct geographic area. Such a… …

    Wikipedia

  • 2Concurrent constraint logic programming — is a version of constraint logic programming aimed primarily at programming concurrent processes rather than (or in addition to) solving constraint satisfaction problems. Goals in constraint logic programming are evaluated concurrently; a… …

    Wikipedia

  • 3Concurrent Versions System — Developer(s) The CVS Team Initial release November 19, 1990; 21 years ago (1990 11 19) Stable release …

    Wikipedia

  • 4Concurrent Haskell — extends[1] Haskell 98 with explicit concurrency. The two main concepts underpinning Concurrent Haskell are: A primitive type MVar α implementing a bounded/single place asynchronous channel, which is either empty or holds a value of type α. The… …

    Wikipedia

  • 5Concurrent Pascal — (also known as PASCAL FC) was designed by Per Brinch Hansen for writing concurrent computing programs such as operating systems and real time monitoring systems on shared memory computers. A separate language, Sequential Pascal, is used as the… …

    Wikipedia

  • 6concurrent access — UK US noun [U] ► IT the fact of allowing more than one user to use a computer system at the same time: »The licence type you choose will depend on the number of people requiring concurrent access …

    Financial and business terms

  • 7Concurrent computing — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent c …

    Wikipedia

  • 8Concurrent engineering — For the journal, see Concurrent Engineering (journal). Concurrent engineering is a work methodology based on the parallelization of tasks (i.e. performing tasks concurrently). It refers to an approach used in product development in which… …

    Wikipedia

  • 9Concurrent estate — Property law Part of …

    Wikipedia

  • 10Concurrent data structure — In computer science, a concurrent data structure is a particular way of storing and organizing data for access by multiple computing threads (or processes) on a computer. Historically, such data structures were used on uniprocessor machines with… …

    Wikipedia