Re: [U2] keeping track of opened files

2012-03-06 Thread Brian Leach
] keeping track of opened files So the guru question is: Does either universe or unidata provide a way to get a list of opened files from some internal list or pool? I don't think so. Your application will need to keep track of each file as it opens them. Somewhere there's a universe technical

[U2] keeping track of opened files

2012-03-05 Thread Ed Clark
So the guru question is: Does either universe or unidata provide a way to get a list of opened files from some internal list or pool? I don't think so. Your application will need to keep track of each file as it opens them. Somewhere there's a universe technical bulletin that describes a method

Re: [U2] keeping track of opened files

2012-03-05 Thread Wjhonson
] keeping track of opened files So the guru question is: Does either universe or unidata provide a way to get a ist of opened files from some internal list or pool? don't think so. Your application will need to keep track of each file as it pens them. Somewhere there's a universe technical

Re: [U2] keeping track of opened files

2012-03-05 Thread David A. Green
Look at SYSTEM(50) David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ed Clark Sent: Monday, March 05, 2012 11:42 AM To: U2 Users List Subject: [U2] keeping track of opened

Re: [U2] keeping track of opened files

2012-03-05 Thread Bill Haskett
] keeping track of opened files So the guru question is: Does either universe or unidata provide a way to get a list of opened files from some internal list or pool? I don't think so. Your application will need to keep track of each file as it opens them. Somewhere there's a universe technical

Re: [U2] keeping track of opened files

2012-03-05 Thread David A. Green
To: U2 Users List Subject: Re: [U2] keeping track of opened files However, note that if you're using a web-environment, where your state variables are written to disk between browser calls, this won't work at all, since file-variables cannot be written to disk. So file open functions have to be done

Re: [U2] keeping track of opened files

2012-03-05 Thread Jeff Schasny
of your I/O. David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: Monday, March 05, 2012 12:09 PM To: U2 Users List Subject: Re: [U2] keeping track of opened

Re: [U2] keeping track of opened files

2012-03-05 Thread Symeon Breen
Or used pooled connections :) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent: 05 March 2012 19:19 To: 'U2 Users List' Subject: Re: [U2] keeping track of opened files Unless, of course, you use

Re: [U2] keeping track of opened files

2012-03-05 Thread Kate Stanton
Trap is if file pointer changes, as open file variable does not. Most common reasons are VOC pointer changing, or user logs to another account (where file pointers are different). Suggest additional array in the file common of (LOWERed) VOC record at time of opening: check each time someone

Re: [U2] keeping track of opened files

2012-03-05 Thread Ed Clark
at SYSTEM(50) David A. Green (480) 813-1725 DAG Consulting -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ed Clark Sent: Monday, March 05, 2012 11:42 AM To: U2 Users List Subject: [U2] keeping track