[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference orarep::nomahs::odbc_rdb_driver

Title:DEC ODBC Driver
Notice:DEC ODBC Driver V2.0 Now Available
Moderator:SQLSRV::MAVRIS
Created:Tue Dec 29 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1357
Total number of notes:4864

1235.0. "32-bit driver thread-safe ?!" by NOMAHS::SECRIST (rsecrist@us.oracle.com) Tue Sep 24 1996 10:00

T.RTitleUserPersonal
Name
DateLines
1235.1bug in the thread code...M5::JBALOGHTue Sep 24 1996 11:597
1235.2What about 16-bit apps using the 32-bit driver ?NOMAHS::SECRISTrsecrist@us.oracle.comWed Sep 25 1996 04:1516
1235.3M5::JBALOGHWed Sep 25 1996 12:116
1235.4is it broke ?M5::JAKUHNwonderfulnessWed Dec 04 1996 20:315
1235.5So are we truly thread-safe or not ?NOMAHS::SECRISTRdb WWS; rsecrist@us.oracle.comFri Mar 07 1997 08:2710
    I guess I never got an outright statement that our 32-bit drivers
    were thread-safe.  Can two processes truly do Rdb access independently
    or can they bind against each other ?  
    
    My simple testing suggests that 16-bit is not thread-safe and 32-bit 
    is.
    
    Regards,
    rcs
    
1235.6M5::JBALOGHFri Mar 07 1997 14:137
    Yes, 16 bit is NOT thread safe and you should NOT have more than one
    ODBC application running at a time. 
    
    The 32 bit driver IS thread safe and you should be able to run Multiple
    ODBC apps at once. 
    
    John