Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Indy bug?
| Subject: | Re: Indy bug? |
| Posted by: | "Lucian Radulescu" (lucianatez-delphidotcom) |
| Date: | 19 Feb 2008 10:49:22 |
> Win32 Error. Code: 8.
> Not enough storage is available to process this command listen
>
> What about this? When I saw this error in log file I controled the
> current ram. There was 1GB available ram and 400 GB HDD space.
"Not enough storage..." error very rarely means "no more RAM or disk"
if it ever means that. Most of the time it means the OS is out of a
certain type of resource: handles (thread handles, GDI handles, other
kernel handles, etc). Your app (or Indy, I don't know) is leaking them.
Can't answer your other questions though.
regards,
Lucian
none