It's all about the answers!

Ask a question

Concurrent Login when using Perl/Java API, Possible ?


Jason Tan (1132) | asked Jan 06 '11, 2:30 p.m.
BF would allow only 1 user login at any given time and this has posses some difficulty for us especially when you have program/script uses the API.

does anyone has any idea how to overcome this constraint ?

One answer



permanent link
Steven Vaughan (22111) | answered Jan 06 '11, 2:41 p.m.
JAZZ DEVELOPER
This is a licensing constraint and cannot be completely avoided. Each login may only perform one serial action at a time, though concurrent logins can be accomplished. For multiple API users, the 'authUser' call returns a token that may be reused by another consumer that utilizes the 'authToken' call. It is up to the programmer to persist and/or thread-safely share this token amongst the multiple consumers. Even when authenticated in this manner, only one request may be processed at a time (though other requests can be sent and waited upon). A single, licensed user login may not execute {n} requests in parallel.

-steve

BF would allow only 1 user login at any given time and this has posses some difficulty for us especially when you have program/script uses the API.

does anyone has any idea how to overcome this constraint ?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.