Path: utzoo!news-server.csri.toronto.edu!torsqnt!geac!maccs!beame From: beame@maccs.dcss.mcmaster.ca (Carl Beame) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: Price of FTP Inc.'s Stuff Message-ID: <27DBDE7A.7834@maccs.dcss.mcmaster.ca> Date: 11 Mar 91 19:46:00 GMT References: <9103041609.AA12042@ftp.com> <19799@ists.ists.ca> <1991Mar6.172758.5736@sunee.waterloo.edu> Organization: McMaster University, Hamilton, Ontario, Canada Lines: 46 In article <1991Mar6.172758.5736@sunee.waterloo.edu> erick@sunee.waterloo.edu (Erick Engelke) writes: >In article <19799@ists.ists.ca> pasquale@sgl.ists.ca (Pasquale Leone) writes: >>And just for comparison the cost of the B&W tcp+nfs remote disk stuff >>is about 50kbytes. I can't tell you the exact number now since the >> > >For interest sake, the demo copy I received from B&W used the following >amounts of ram. > ethdev.sys 26096 bytes - maps services to packet driver > tcpip.sys 19856 bytes - their kernal > that is 45952 bytes lost from the config.sys! > bwrpc.com 3248 bytes - the remote procedure call handler > bwnfs.com 23152 bytes - the nfs handler with 1k read/write > sizes >The ram cost comes to 72,352 bytes on my machine plus the size of the packet >driver. > >Erick > >-- >---------------------------------------------------------------------------- >Erick Engelke Watstar Computer Network >Watstar Network Guy University of Waterloo >Erick@Development.Watstar.UWaterloo.ca (519) 885-1211 Ext. 2965 Some notes should be made here: ethdev.sys is about 6-7K plus user defined buffer space. In the numbers above, the user has selected 20K of buffer space. We find that most applications can run with about 10K of buffer space. This reduces the memory require to 62,352. Also there is an error in the number for TCPIP.SYS, the actual amount of memory required is 15968 bytes reducing the total bytes by 3888. (it should be noted that when driver sizes are calculated, the last driver loaded in config.sys usually has an incorrect size associated with it. I always load ansi.sys last in my config.sys to determine the dirver sizes). Thus the size for the above configuration is: 58464 bytes. This number is also dependant on the particular ethernet adaptor used. - Carl Beame Beame & Whiteside Software Ltd.