links to this page:
The Evolution Steps
Swiki Page List
MobVM/SmallSqueak Page Cluster
The Network is The Mouse
Last updated at 12:14 am UTC on 17 January 2006
This support is in
SqMOMProxy
.
The implementation is in SqMOM.c:
BOOL ioDownloadSqMBootstrapComponent(char* pszComponentName) ;
BOOL ioDownloadThisFtpOrHttpFileToThisLocalDirectory(char* pszThisInternetFile, char* pszThisLocalDir, char* pszDstFilePathName) ;
HANDLE ioDownLoadingPlugin(char* pszPluginsDir, char* pszPluginName) ;
BOOL ioGetUrlforThisPlugin(char* pszPluginsProfile, char* pszPluginName, char* pszUrl, int nSize, int iIniFile) ;
At this same time, two new plugins
Bzip2Plugin
and
ZlibProxy
were introduced to add support for compressed files to the core VM.