home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / text0110.txt < prev    next >
Encoding:
Text File  |  1994-05-31  |  7.4 KB  |  153 lines

  1.  
  2.  
  3. > In article <matt.10.2DCAB5B1@sc1.tamu.edu> matt@sc1.tamu.edu (Matt Pierce) writes:
  4. > >From: matt@sc1.tamu.edu (Matt Pierce)
  5. > >Subject: Re: Win Mosaic alpha 4 (my fix)
  6. > >Date: Fri, 6 May 1994 21:25:06 GMT
  7. > >Keywords: winmosaic,win32s
  8. > >>Everything about my system says overkill (which is why it was named 
  9. > >>Goliath). However, the only thing I *can't* get it to do is 32-bit disk 
  10. > >>access. I think it has to do with the disk system being SCSI based but I 
  11. > >>don't know for sure. I was able to get 32-bit on my old 386 which had an 
  12. > >>IDE 200MB before I went with my current system?
  13. > >>Anyone got a clue on this one? Thanks for any information.
  14. > Does your drive have more than 1024 cylinders? I've heard drives with more 
  15. > than 1024 cylinders will not work in the 32 bit mode.
  16.  
  17.   Here's the message I read on a local BBS about large drives and 32 bit disk access:
  18.  
  19.     Only nuisance was having to trim down the size of the drive to 504 megs
  20. to get the WFW and WIN 3.1x drivers to handle the 32-bit-disk-access=ON.
  21. The 504 Megs is from 1024 cylinders by 16 heads by 63 sectors per track by
  22. 512 bytes per sector then divide by 1048576 (which is 1024 x 1024).
  23.  
  24.     So it was a trade-off:  To get 32bitdiskaccess=ON, I had to give up 12
  25. megs of formatted capacity (the WD caviar 2540 formats out at 516 Megs when
  26. used with 1048 cylinders by 16 heads by 63 sectors per track).   I figured
  27. it was worth the 12 megs.
  28.  
  29. -ark@halcyon.com
  30. From news@bigblue.oit.unc.edu Sat May  7 20:52:38 1994
  31. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  32.           id AA25787; Sun, 8 May 1994 11:14:52 -0400
  33. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  34.           id AA22486; Sun, 8 May 1994 11:04:47 -0400
  35. Received: from GATEWAY by bigblue with netnews
  36.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  37. To: winsock@sunsite.unc.edu
  38. Date: Sat, 7 May 1994 20:52:38 GMT
  39. From: arnstein@netcom.com (David Arnstein)
  40. Message-Id: <arnsteinCpG9zq.1KC@netcom.com>
  41. Organization: My Own Internet Account!
  42. Sender: ses
  43. References: <robert.377.0015132F@clark.net>, <2pv14a$3jm@linda.teleport.com>, <matt.10.2DCAB5B1@sc1.tamu.edu>
  44. Reply-To: arnstein@netcom.com
  45. Subject: Re: Win Mosaic alpha 4 (my fix)
  46.  
  47. In article <matt.10.2DCAB5B1@sc1.tamu.edu>,
  48. Matt Pierce <matt@sc1.tamu.edu> wrote:
  49. >>Everything about my system says overkill (which is why it was named 
  50. >>Goliath). However, the only thing I *can't* get it to do is 32-bit disk 
  51. >>access. I think it has to do with the disk system being SCSI based but I 
  52. >>don't know for sure. I was able to get 32-bit on my old 386 which had an 
  53. >>IDE 200MB before I went with my current system?
  54. >
  55. >>Anyone got a clue on this one? Thanks for any information.
  56. >
  57. >You have hit the problem right on the head.  32-bit disk access turns on the 
  58. >the 32-bit block access mode that is, for some strange reason, turned off by 
  59. >default on IDE hard drives.  I still don't know a whole lot about this, but 
  60. >the way I understand it, just about all IDE hard drives have the capability to 
  61. >transfer data in 32-bit chunks.  However, they default to 16-bit because of 
  62. >the controller cards.  I don't know much more beyond that.  I do know that 
  63. >there are several ways to turn on the 32-bit disk access outside of Windows.  
  64. >Some of the newer BIOS manufactures (AMI for instance) have the capability of 
  65. >turning on 32-bit access from the CMOS setup.  I've also seen device drivers 
  66. >(Drive Rocket and VLIDE.SYS) that do the same thing, I think???
  67. >
  68. >SCSI drives do not have the same problem.  32-bit disk access is the norm for 
  69. >those with controllers that can handle it.  That is why the option is greyed 
  70. >out in Windows.  You can, however, still enable 32-bit file access if you're 
  71. >using Windows for Workgroups.  Believe me, it makes a BIG difference in speed. 
  72. >I'd love to know exactly what is going on, as I am, by no means, an expert on 
  73. >this.  I have used two SCSI drives in two different systems, though, and 
  74. >32-bit disk access was not an option on either one.
  75.  
  76. Everything above is FALSE.  Microsoft Windows 32-bit disk access has absolutely
  77. nothing to do with block transfer mode.  In fact, 32-bit disk access is a very
  78. misleading name (blame Microsoft).  It is simply a Windows device driver that
  79. operates in protected mode that takes the place of some code which would
  80. otherwise execute out of your BIOS (in real mode).  Executing BIOS code is
  81. slow, as is switching back and forth between real mode and protected mode.
  82. That's why 32-bit disk access improves your performance.
  83.  
  84. Now as to the issue with SCSI drives, consider that 32-bit disk access uses an
  85. (internal) Windows device driver called *wdctrl.  This device driver knows how
  86. to access IDE disks (Western Digital design) but does not know about SCSI.
  87. Therefore, to use 32-bit disk access with a SCSI drive, you need a Windows
  88. device driver which is specific to your SCSI host adapter.  As far as I know,
  89. there is only one SCSI manufacturer that offers such a device driver:  Future
  90. Domain.
  91. -- 
  92. David Arnstein       |          What do you mean, "get a life"?
  93. arnstein@netcom.com  |          This *is* my life!
  94. From news@bigblue.oit.unc.edu Tue May  6 18:19:38 1994
  95. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  96.           id AA03268; Sun, 8 May 1994 12:14:44 -0400
  97. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  98.           id AA22312; Sun, 8 May 1994 11:55:16 -0400
  99. Received: from GATEWAY by bigblue with netnews
  100.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  101. To: winsock@sunsite.unc.edu
  102. Date: 6 May 1994 18:19:38 GMT
  103. From: jan@parure.oit.unc.edu (Hans Peter Kluender)
  104. Message-Id: <2qe1nq$dgb@fougere.munich.ixos.de>
  105. Organization: iXOS Software GmbH, Munich, Germany
  106. Sender: ses
  107. References: <2qacce$1ai@ratatosk.uninett.no>
  108. Reply-To: jan@ixos.de
  109. Subject: Re: Does recv() receive what send() sends ?
  110.  
  111. P. Eivind Jenssen (spere@kyrre.hsv.no) wrote:
  112. : I'm programming with TCP-sockets, and I wonder:
  113.  
  114. : When I use the send() function, it returns the number of bytes that was
  115. : sent out on the net.
  116. : Can i be sure that the recv() function will receive all these datas
  117. : that was sent, or do I have to tell the 'send-machine' how many bytes
  118. : I received from it so that it can send the rest of the datas?
  119.  
  120. : I'd be very grateful if anyone could answer this.
  121. : Thanks anyway!
  122.  
  123. send() and recv() use UDP, not TCP; both are based on IP.
  124. Anyway: data sent by send() arrives complete or not at all.
  125.  
  126.  _  _  __ __   __     ______________________________________________
  127. |_|\ \/ //  \ / /   
  128.  _  \  // /\ \\ \      Hans Peter Kluender     iXOS Software GmbH
  129. | | /  \\ \ \ \\ \     email jan@ixos.de       Bretonischer Ring 12
  130. | |/ /\ \\ \/ /_\ \    Tel +49 89 46005155     D-85630 Grasbrunn
  131. |___/  \_\\__/|___/    Fax +49 89 46005185     Germany    
  132. From news@bigblue.oit.unc.edu Sat May  7 22:21:13 1994
  133. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  134.           id AB06671; Sun, 8 May 1994 12:44:44 -0400
  135. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  136.           id AA23953; Sun, 8 May 1994 12:18:04 -0400
  137. Received: from GATEWAY by bigblue with netnews
  138.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  139. To: winsock@sunsite.unc.edu
  140. Date: Sat, 7 May 1994 22:21:13 GMT
  141. From: kasajian@netcom.com (Kenneth Kasajian)
  142. Message-Id: <kasajianCpGE3D.27C@netcom.com>
  143. Organization: NETCOM On-line Communication Services (408 241-9760 guest)
  144. Sender: ses
  145. Subject: NSLOOKUP FOR WINSOCK???
  146.  
  147.  
  148. Anyone got NSLOOKUP for winsock?
  149.  
  150.