Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | aipsrcdata |
table.endianformat: local table.relinquish.reqautolocks.interval: 2 table.relinquish.allautolocks.interval: 120specifies that table data are stored in the local endian format. Autolocks on tables needed by another process are released every 2 seconds. Every 120 seconds all autolocks are released.
table.relinquish.reqautolocks.interval | nr of seconds to wait before relinquishing autolocks requested in another process | ||
Allowed: | float | ||
Default: | 5 | ||
table.relinquish.allautolocks.interval | nr of seconds to wait before relinquishing all autolocks | ||
Allowed: | float | ||
Default: | 60 | ||
table.endianformat | endian format to be used for storing data in new tables | ||
Allowed: | big,little,local | ||
Default: | big |