[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1176) Provide a non-blocking JDBC api for ODBC support

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Mar 25 01:46:46 EDT 2011


     [ https://issues.jboss.org/browse/TEIID-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-1176.
-----------------------------------

    Resolution: Done


added a very odbc specific non-blocking api into the connection/statement/preparedstatement/resultset classes.  Without a more formal framework like the engine, the approach in the odbc layer was to make extensive use of completion listeners of futures returned by asynch work.  This complicates the code, but left the bulk of the logic in tact. 

> Provide a non-blocking JDBC api for ODBC support
> ------------------------------------------------
>
>                 Key: TEIID-1176
>                 URL: https://issues.jboss.org/browse/TEIID-1176
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: JDBC Driver
>    Affects Versions: 7.1
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 7.4
>
>
> ODBC uses netty threads to execute queries over blocking JDBC, it would be better if this could be done using a non-blocking version - which underlying the JDBC logic.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list