[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: UP2000 running out of files _very_ fast!



I just found that a program like this is creating my problem, at least
part of the time.

If you run this program when the file STOP, or whatever you want to put
in there doesn't exist, it seems to lock out users, rsh commands, etc.

Granted the code is not clean and shouldn't get to the close statement,
but I wouldn't expect it to generate too many files open.  This is on an
XP1000 running kernel 2.2.5-16.

Todd

        program file_test
        open(unit=1,file='STOP',status='old')
        close(unit=1,status='delete')
        stop
        end


Konrad Podloucky wrote:

> [...]
> >
> >       Double check your code.  Is it possable that you are
> > opening/closing/reopening the files alot?  Perhaps not properly
> > closing them?
> >
> This has already been checked.  Besides, this program runs for
> days on SX and LX boxes.
>
> Konrad
>
> ________________________________________________________________
>   .~.   Konrad Podloucky    <konrad@pelimbert.tssc.univie.ac.at>
>   /V\                       Running GNU/Linux 2.2.13 on an Alpha
>  // \\  GnuPG/PGP-key available by request
> /(   )\
>  ^^-^^    "Smile -- It irritates people."
>
> --
> To unsubscribe: send e-mail to axp-list-request@redhat.com with
> 'unsubscribe' as the subject.  Do not send it to axp-list@redhat.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index] []