![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello Group, Is there a disadvantage to OPEN all files when a user logs in? Would there be a relationship or formula based on the system memory? Thanks, -Peter G. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Although I am sure there are many reasons not to do this... At least in Pick, an OPEN is nothing more than reading the MD item for modulo and separation. Not like other systems which actually open an I/O channel and start using up limited resources. I have seen some packages that have a large COMMON that opens quite a few files. On Jan 29, 5:58*am, mdsi2000 wrote: Hello Group, Is there a disadvantage to OPEN all files when a user logs in? Would there be a relationship or formula based on the system memory? Thanks, -Peter G. |
#5
| |||
| |||
|
|
Although I am sure there are many reasons not to do this... At least in Pick, an OPEN is nothing more than reading the MD item for modulo and separation. *Not like other systems which actually open an I/O channel and start using up limited resources. I have seen some packages that have a large COMMON that opens quite a few files. On Jan 29, 5:58*am, mdsi2000 <mdsi2... (AT) yahoo (DOT) com> wrote: Hello Group, Is there a disadvantage to OPEN all files when a user logs in? Would there be a relationship or formula based on the system memory? Thanks, -Peter G. |
#6
| |||
| |||
|
|
*Well, D3 can operate like jBase in this regard, where the DBMS reads up the environment Path to find files. *I don't recall the verb off-hand - and I don't think it's documented. * ![]() T |
#7
| |||
| |||
|
|
On Jan 29, 8:56 am, Tony Gravagno Well, D3 can operate like jBase in this regard, where the DBMS reads up the environment Path to find files. I don't recall the verb off-hand - and I don't think it's documented. ![]() T The verb is SET PATH= with each account separated by, I believe, commas Dale Path is the verb to read, SetPath resets it to the values following the |
#8
| |||
| |||
|
|
"Dale" <dbenedic... (AT) gmail (DOT) com> wrote in message news:e3740ba0-d31e-4631-aea1-60388b85bfb6 (AT) g8g2000pri (DOT) googlegroups.com...>On Jan 29, 8:56 am, Tony Gravagno Well, D3 can operate like jBase in this regard, where the DBMS reads up the environment Path to find files. *I don't recall the verb off-hand - and I don't think it's documented. * ![]() T The verb is SET PATH= with each account separated by, I believe, commas Dale Path is the verb to read, SetPath resets it to the values following the space after Path - with virtually no parsing, testing, or validation. semicolons, actually, but that was c lose. BobJ |
#9
| |||
| |||
|
|
"Dale" wrote On Jan 29, 8:56 am, Tony Gravagno Well, D3 can operate like jBase in this regard, where the DBMS reads up the environment Path to find files. I don't recall the verb off-hand - and I don't think it's documented. ![]() T The verb is SET PATH= with each account separated by, I believe, commas |
|
Path is the verb to read, SetPath resets it to the values following the space after Path - with virtually no parsing, testing, or validation. semicolons, actually, but that was close. |
#10
| |||
| |||
|
|
1) Open what you need when you need it, 2) but open what you know you are going to need up-front. |
|
Hello Group, Is there a disadvantage to OPEN all files when a user logs in? Would there be a relationship or formula based on the system memory? Thanks, -Peter G. |
![]() |
| Thread Tools | |
| Display Modes | |
| |