| 589 | } |
| 590 | |
| 591 | void RunExecutor() { |
| 592 | //SetHighestThreadPriority(); |
| 593 | TContExecutor e(RealStackSize(32000)); |
| 594 | |
| 595 | e.Create<TClient, &TClient::RunDispatcher>(this, "dispatcher"); |
| 596 | e.Execute(); |
| 597 | } |
| 598 | |
| 599 | void RunDispatcher(TCont* c) { |
| 600 | TRequestPtr req; |