Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » How SQL deal with multiple threads?
Re: How SQL deal with multiple threads? [message #48502 is a reply to message #48500] Mon, 10 July 2017 12:28 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
akebee wrote on Mon, 10 July 2017 12:00
if the SQL not support multi-thread


I am not sure where you got that idea...

Sql fully supports MT.

Only thing for you to decide is whether 'default' SQL session is really 'global' (single one in the process), or you have an option to have SQL per-thread. By SQL in this paragraph I mean 'SQL default session object'.

Note that even if you opt for single global SQL, multithreading is still a go. You can either open other session in thread, or you can even use that single global SQL, but need to mutex it.

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Oracle 12c
Next Topic: ODBC crash
Goto Forum:
  


Current Time: Sun May 05 22:31:07 CEST 2024

Total time taken to generate the page: 0.02437 seconds