Author |
Topic: Multi-threading (3 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
BBigoulaev Posts: 18 Joined: Dec 19, 2008 |
One question to OEC team: Is OEC API inside of itself supporting the multi-threading on .net or it's one thread dll ? And how does it work on multi-core platform, any advantages?
Thank you. Boris |
||||
SergeK -Developer- Posts: 475 Joined: Jan 26, 2007 |
OEC API should be created and called from a single thread, usually main thread of a GUI application, or any thread with message pump. Events are fired in the creating thread.
Internally, it uses thread pool for asynchronous network communications. |
||||
BBigoulaev Posts: 18 Joined: Dec 19, 2008 |
Thank you!
Boris |
||||