in reply to Re: Re: Threaded perl 5.8.0 for Solaris
in thread Threaded perl 5.8.0 for Solaris
and you're not closing the file while the "int fd" does go out of scope. This is XS, not Perl! The file will not be automatically closed when its "handle" is destroyed. This may or may not be related to what you're seeing, though.fd = open(path, O_RDWR);
Liz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Threaded perl 5.8.0 for Solaris
by asarih (Hermit) on Aug 28, 2003 at 15:23 UTC |