Документ взят из кэша поисковой машины. Адрес оригинального документа : http://rtm-cs.sinp.msu.ru/manual/mico/doc/node38.html
Дата изменения: Mon Jun 7 21:54:58 1999
Дата индексирования: Mon Oct 1 21:21:58 2012
Кодировка:
Activation Mode Per Method next up previous
Next: Activation Mode Library Up: Activation Modes Previous: Activation Mode Unshared

Activation Mode Per Method

Per Method servers are similar to unshared servers, except that a new server instance is launched for each method invocation. The code for a per method server looks the same as for an unshared server. But note that run() will return after the first method invocation, whereas in an unshared server run() will not return until you call shutdown().


next up previous
Next: Activation Mode Library Up: Activation Modes Previous: Activation Mode Unshared

Arno Puder
Mon Jun 7 10:53:40 PDT 1999