MSIR.0477 Starting cursor thread for user (usernum) for IP address (ipaddr): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
A [http://m204wiki.rocketsoftware.com/images/e/e4/JsdsrNew.pdf Janus Specialty Data Store] thread received a request to open a cursor from the middleware with which it is communicating (presumably a Sybase Adaptive Server) while it already has a cursor open. Since only one cursor may be open on a given SDAEMON thread, [http://m204wiki.rocketsoftware.com/images/e/e4/JsdsrNew.pdf Janus Specialty Data Store] initializes a new SDAEMON thread (the thread issuing this message) to process the new cursor. ''''usernum'''' is the user number of the thread that received the open cursor request. Activity for a [http://m204wiki.rocketsoftware.com/images/e/e4/JsdsrNew.pdf Janus Specialty Data Store] connection can jump around between all the SDAEMON's that have open cursors for the connection.
A [http://m204wiki.rocketsoftware.com/images/e/e4/JsdsrNew.pdf Janus Specialty Data Store] thread received a request to open a cursor from the middleware with which it is communicating (presumably a Sybase Adaptive Server) while it already has a cursor open. Since only one cursor may be open on a given SDAEMON thread, <var class="product">Janus Specialty Data Store</var> initializes a new SDAEMON thread (the thread issuing this message) to process the new cursor. '''''usernum''''' is the user number of the thread that received the open cursor request. Activity for a <var class="product">Janus Specialty Data Store</var> connection can jump around between all the SDAEMON's that have open cursors for the connection.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 19:20, 22 April 2014

A Janus Specialty Data Store thread received a request to open a cursor from the middleware with which it is communicating (presumably a Sybase Adaptive Server) while it already has a cursor open. Since only one cursor may be open on a given SDAEMON thread, Janus Specialty Data Store initializes a new SDAEMON thread (the thread issuing this message) to process the new cursor. usernum is the user number of the thread that received the open cursor request. Activity for a Janus Specialty Data Store connection can jump around between all the SDAEMON's that have open cursors for the connection.