--%>

Long lock in the tibco iProcess

Describe the term Long lock in the tibco iProcess in brief.

E

Expert

Verified

The lock which is persistent and can only be eliminated by using sal_llock_frm_init() by the user holding the lock. Long locks are not generally employed by TIBCO iProcess Workspace, however might be set by SAL SDK programs or the TIBCO iProcess Objects Client. Re-starting the iProcess Engine consists of no effect on long locks; therefore a work item locked in this manner remains inaccessible to each and every iProcess user till it is manually unlocked.

   Related Questions in Programming Languages

  • Q : What is Stack overflow Stack overflow :

    Stack overflow: Stack overflow takes place whenever too many items are pushed onto a stack with a finite or limited capacity.

  • Q : State machine to identify three

    Explain a finite state machine which will detect three consecutive coins tosses of one coin which results in heads?

  • Q : What is an Implicit type conversion

    Implicit type conversion: The type conversion which does not need a cast. Implicit type conversions usually do not comprise any loss of information. For example, joining an integer operand with a floating point operand in an arithmetic expression will

  • Q : OCIW32 dll error Normal 0 false false

    Normal 0 false false

  • Q : What is Pointer Arithmetic Pointer

    Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ...

    Q : Restrictions implied on API functions

    What are the restrictions implied on API functions?

  • Q : Program to controls a quiz show in C++

    Foundations of Computer Science In this project, we will write a program that controls a quiz show, much like the many popular TV shows. The program will read in a group of questions and thei

  • Q : Visual basic programming homework A

    A local car hire company has approached you to create a user-friendly computer program that will enable their hire operatives to send invoices to their customers. The operatives are not computer literate so a user-friendly, uncomplicated and robust interface is required. At presen

  • Q : Explain the reason to not carry on

    Explain the reason to not carry on extending HTML.

  • Q : What is Bit manipulation operator Bit

    Bit manipulation operator: Operators, like &, | and ^, which are employed to examine and manipulate individual bits win the bytes of a data item. The shift operators, <<, >> and >>>, are too bit manipulation operators.