Queued execution of stored procedures
    Thorsten Hohage 
    thohage at objectmanufactur.com
       
    Thu Sep 20 09:04:51 CDT 2007
    
    
  
Hi,
On 2007-09-20, at 15:53, Ivan Smahin wrote:
>> In some DBs SPs are compiled the first time they called and then they
>> executed in style of "first in first out" queue, this means the DB-
>> server ensured, that a SP is never executed twice / parallel at the
>> same time. This is very handy to ensure unique values created by  
>> the SP.
>
>> How is the implementation in Valentina?
>
> Yes,  at  the  any  particular moment,  only  single  sql statement  
> (including sp
> calling) can be executed.
ok, while it doesn't matter to me or better my concept changing the  
execution of sql statements it really would be bad if the same SP  
would be executed in parallel!
Just for the case that someone will change it in a future version...
regards
Thorsten Hohage
--
objectmanufactur.com - Hamburg,Germany
    
    
More information about the Valentina
mailing list