open sockets [message #53115] |
Tue, 20 March 2007 09:11 |
Bringfried Stecklum
Messages: 75 Registered: January 1996
|
Member |
|
|
Dear folks,
I am using the ASTROLIB webget procedure for retrieving data for a
sample of targets in a loop. The procedure calls socket like this
socket, unit, Server, Port, /get_lun,/swap_if_little_endian
and uses "free_lun,unit" to deallocate the unit. However, after 28 calls
of webget the following error message pops up
SOCKET: All available logical units are currently in use.
which means that all units available from the get_lun pool are still
open. In order to be sure that they will be actually closed I added
"close,unit" after "free_lun,unit". But this does not change anything
(as you might have guessed). I thought I'd better ask before trying the
"/force" keyword as a last resort.
regards,
Bringfried Stecklum
|
|
|