Gld Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
A load driver instance runs inside a Java virtual machine executing a control loop on the main thread. | A load driver instance runs inside a Java virtual machine executing a control loop on the main thread. | ||
==Error Handling== | |||
The main LoadDriver loop is not supposed to throw any exception, all exception will be handled internally, and they will be logged at stderr or sent to the log file, depending on how the load driver logging is configured. |
Revision as of 06:21, 3 December 2016
Internal
Load Driver Instance
A load driver instance runs inside a Java virtual machine executing a control loop on the main thread.
Error Handling
The main LoadDriver loop is not supposed to throw any exception, all exception will be handled internally, and they will be logged at stderr or sent to the log file, depending on how the load driver logging is configured.