Thanks for the question, Dave.
Asked: June 06, 2016 - 6:22 pm UTC
Last updated: June 07, 2016 - 1:35 am UTC
Version: 11g
Viewed 1000+ times
You Asked
Is there a way to take advantages of Windows I/O Port Completion to perform overlapped I/O via the Oracle client (.NET)? I am looking into how to further improve the performance of multiple concurrent stored procedure calls resulting from a single thread processing a web service request.
and Connor said...
That I had to google the term "Windows I/O Port Completion" probably says a lot about my expertise in this area :-)
But if I'm interpreting your question correctly - you've got an external request coming in that in effect invokes multiple stored procedure calls, that are independent of each other ? (and hence could be invoked concurrently?)
If that's the case, I'm unaware of anything in the odp.net / oracle client framework itself that lets you do that natively. You can of course do-it-yourself (multiple connections etc).
Publishing this so others with more knowledge than I can contribute to this
Rating
(1 rating)
Is this answer out of date? If it is, please let us know via a Comment