[REBOL] Re: Reading an HTML Page Redirect
From: gregg::pointillistic::com at: 14-Sep-2008 11:00
vsn> Quick question, what happens if you don't close the port and open vsn> a new port for a different URL? If there are no more references to the port, it will eventually be closed and collected by the GC. If you plan to reuse words to refer to ports, you can always use a mezzanine and attempt to close the port first. -- Gregg