<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6249.1">
<TITLE>Wget and HTTPSocket</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Verdana">My recent Squeak work has done a lot of downloading via HTTP, hitting the swiki.gsug.org server.&nbsp; My impression is that HTTPSocket is not very robust for handling situations where it should retry a request; I routinely find that loading about a hundred URLs is enough to create an error within Squeak.&nbsp; In contrast, wget handles retries with no problem and downloads documents really fast from the GSUG website.&nbsp;&nbsp; Right now for the sake of not going crazy during development, I am using wget to update a local email .txt file repository and then loading from there.</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">Am I missing something?&nbsp; I'd really like my project ( the Bug Fixes Archive viewer ) to be able to update its list via HTTP, within Squeak.&nbsp; Would using Flow or the network rewrite that's on SqueakMap help me?</FONT></P>

</BODY>
</HTML>