Hi All,

We are facing a problem of temporary file being generated in our application.

Scenario is-
One of our program is writing records in type 19 file. We have another C
daemon process which reads these records from the file.

Both of these processes are running continuously as phantom/daemon processes.
But sometimes C daemon process encounters the temporary files with name like
DBnnn (where nnn  is some number).
Since these are temporary files C process cannot open and process the data of
this file. By the time C program tries to open this file, the file DBnnn is
deleted and is not found in the directory.

Has any body encountered similar situation?
Is it due to the design that Universe and C programs are accessing the same
file to read and write the data?

Any pointers to resolve this problem are welcome.

Regards,
Ashish.
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to