This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
programs:odxnet:home [2009/12/07 00:07] tdo |
programs:odxnet:home [2012/10/26 14:51] (current) |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| Certain operating system Environment variables should be set up that OdxNet may need for proper access to Omnidex libraries. | Certain operating system Environment variables should be set up that OdxNet may need for proper access to Omnidex libraries. | ||
| + | |||
| + | <code> | ||
| + | export OMNIDEX_HOME=/omnidex | ||
| + | export TMPDIR=youdir | ||
| + | odxnet | ||
| + | </code> | ||
| + | |||
| + | For debugging purposes: | ||
| + | |||
| + | <code> | ||
| + | export OMNIDEX_DEBUG=parms | ||
| + | odxnet | ||
| + | </code> | ||
| ==== Start the listener process. ==== | ==== Start the listener process. ==== | ||
| Line 301: | Line 314: | ||
| If an ODXNET configuration file is not used, pooled processes for the different application types will be created when the ODXNET listener is started, using default settings, unless the -nopools option is used. In which case, no processes will be started and no connections will be opened to any Omnidex environments until a client request is received. However, client connection times can be greatly reduced by using a waiting process, therefore, we do not recommend using the -nopools option unless specific application needs require it. | If an ODXNET configuration file is not used, pooled processes for the different application types will be created when the ODXNET listener is started, using default settings, unless the -nopools option is used. In which case, no processes will be started and no connections will be opened to any Omnidex environments until a client request is received. However, client connection times can be greatly reduced by using a waiting process, therefore, we do not recommend using the -nopools option unless specific application needs require it. | ||
| - | + | ==== Pooled Process Configuration ==== | |
| - | ===== OdxNet Configuration ===== | + | |
| Configuring pooled processes is done in the ODXNET configuration file. | Configuring pooled processes is done in the ODXNET configuration file. | ||