|
Re: Do I need to close a FileStream?: msg#00144lang.smalltalk.squeak.beginners
The underlying OS has only a certain number of file handles that it can maintain open at a time. On UNIX-like systems, there is also possibly a maximum number of files per process. If this limit is hit, then no additional files can be opened, and on any attempt to do so an error is returned. -Kyle H On 3/24/07, Bert Freudenberg <bert@xxxxxxxxxxxxxxx> wrote: On Mar 24, 2007, at 8:34 , Tim Johnson wrote: -- -Kyle H
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Do I need to close a FileStream?, Bert Freudenberg |
|---|---|
| Next by Date: | Connectors, Luke Gorrie |
| Previous by Thread: | Re: Do I need to close a FileStream?, Bert Freudenberg |
| Next by Thread: | Re: Do I need to close a FileStream?, Tim Johnson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |