home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / misctext / pcdg9185 / pcdg9185
Text File  |  1991-04-11  |  28KB  |  703 lines

  1.  
  2.  
  3. Received: from MITVMA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id 1458; Mon,
  4.  08 Apr 91 14:12:18 EDT
  5. Received: from WSMR-SIMTEL20.ARMY.MIL by mitvma.mit.edu (IBM VM SMTP R1.2.1MX)
  6.  with TCP; Mon, 08 Apr 91 14:11:25 EDT
  7. Message-ID: <910405205934.V91N85@WSMR-Simtel20.Army.Mil>
  8. Date: Fri,  5 Apr 91 20:59:25 GMT+1
  9. From: "Info-IBMPC Digest" <Info-IBMPC@WSMR-Simtel20.Army.mil>
  10. Reply-To: Info-IBMPC@WSMR-SIMTEL20.ARMY.mil
  11. Subject: Info-IBMPC Digest V91 #85
  12. To: "Info-IBMPC Distribution": ;
  13.  
  14. Info-IBMPC Digest           Fri,  5 Apr 91       Volume 91 : Issue  85
  15.  
  16. Today's Editor:
  17.          Gregory Hicks - Rota Spain <GHICKS@WSMR-Simtel20.Army.Mil>
  18.  
  19. Today's Topics:
  20.                     comments on postscript printing
  21.                              cr/lf problems
  22.                               DD/HD/holes
  23.                         Disabling Control Break
  24.                     Memory Board Settings (V91 #73)
  25.                          Listing of interrupts
  26.                         Re Listing of interrupts
  27.                      Wuarchive Mirrors Resurrected
  28.                           Re: Missing 1k on PC
  29.  
  30. Today's Queries:
  31.               Achieve Multi I/O Plus Mistery DIP Switches
  32.                             EMS in VGA ram?
  33.                          hardware compatibility
  34.                  Request for info on VAX/PC/MAC Linkups
  35.                       native vs translation modes
  36.                     Search for information on LAN's
  37.                           Symbolic Integration
  38.                     WANTED: Simple Zmodem Term Prog.
  39.                       Toggeling To/From Turbo Mode
  40.  
  41. New Upload:
  42.       TCU_32A.ZIP - Turbo C Flexible menus, windows, & Forms Entry
  43.  
  44. Send Replies or notes for publication to:
  45. <INFO-IBMPC@WSMR-SIMTEL20.ARMY.MIL>
  46.  
  47. Send requests of an administrative nature (addition to, deletion from
  48. the distribution list, et al) to:
  49. <INFO-IBMPC-REQUEST@WSMR-SIMTEL20.ARMY.MIL>
  50.  
  51. Archives of past issues of the Info-IBMPC Digest are available by FTP
  52. only from WSMR-SIMTEL20.ARMY.MIL in directory PD2:<ARCHIVES.IBMPC>.
  53.  
  54. ----------------------------------------------------------------------
  55.  
  56. Date: Wed, 3 Apr 91 01:49:37 GMT
  57. From: freelsj%oak.span@Sdsc.Edu (James D. Freels)
  58. Subject: comments on postscript printing
  59.  
  60. A note on tradeoffs of buying a PS printer versus using QMS-Ultrascript
  61. to translate PS output to an HP-LJ II.
  62.  
  63. I have an application that generates large postscript files of lots of
  64. line draws (sort of like Tektronix plot files).  I was interested in
  65. seeing whether I could save any turn-around time by using QMS-USPC to
  66. an HP-LJ II instead of the QMS-810 printer I have been using.  The
  67. example postscript file is about 1.8 Mb.  The computer is a 386-20 Mhz
  68. with 10 Mb memory and coprocesser.  I print in serial mode to a Baytech
  69. data exchanger at 38.4 Kbaud and the Baytech in turn prints in parallel
  70. to the printers (whichever I choose).  The bottle neck is at the
  71. printer not the serial communications so don't give me that argument.
  72.  
  73. The straight print to the QMS-810 PS printer takes about 31 minutes for
  74. this file (picture) from the time I issue the print command until I get
  75. the page of output.
  76.  
  77. The PCL file created by QMS-USPC is about 578Kb reduced from the
  78. original 1.8Mb PS file.  Then I print this PCL file to the HP-LJII
  79. printer.  The total turn around time for this is about 19 minutes!
  80. Since QMS-USPC is considerably cheaper than a PS printer, I argue that
  81. for this type of printing, why get a PS printer?
  82.  
  83. The drawback is that QMS-USPC works best with 4Mb of your extended
  84. memory.  You can tradeoff this memory for disk swap space but it will
  85. not run as fast.
  86.  
  87. I am convinced that this is the way to go.  I am now seriously thinking
  88. about getting an HP-DeskJet for home to do what little graphics
  89. printing I will do.  Yeah, I know that a 300 dpi image on a desk-jet
  90. will take a very long time.  But they are relatively inexpensive.
  91.  
  92. Another comment is that I cannot detect any differences in the output
  93. quality.  Furthermore, since a Deskjet is ink based, the quality there
  94. might actually be better than an HPLJII.  Any comments?
  95.  
  96. ------------------------------
  97.  
  98. Date: Tue, 2 Apr 91 15:23:24 CST
  99. From: "Norman R. Frech CPLS" <frech@mwraaa.army.mil>
  100. Subject: cr/lf problems
  101.  
  102. >>Then I took an hour to discover that unix files use ^J as an line
  103. >>separator, while ms-dos insists on a ^M.  The thing is, I knew this,
  104. >>but didn't realize the very misterious compiler errors were due to this
  105. >>effect.
  106.  
  107. >>So, beware of the ^J when copying files from an unix system folks!
  108.  
  109. >In addition to the CRLF programs available to correct this, I have
  110. >found what is a really good solution for me.  I load the file with the
  111. >^Js into Qedit, make a small change (like deleting a single character)
  112. >and save it again.  Voila!  All newlines are now ^Ms.
  113.  
  114. >The only problem is that I can't get Qedit to edit files bigger than
  115. >the available amount of memory.  Alas.
  116.  
  117. I typically use perl to fix this problem with something like the
  118. following:
  119.  
  120. while (<>) {
  121. chop;
  122. print "$_\n";
  123. }
  124.  
  125. Your files can be as large as you want. Any time I have to convert a
  126. file from one format to another perl usually will do the best job.
  127.  
  128. Norm Frech <frech@mwraaa.army.mil>
  129.  
  130. ------------------------------
  131.  
  132. Date: Tue, 02 Apr 91 13:10:49 EST
  133. From: "Bruce H. McIntosh" <DHBHM@nervm.nerdc.ufl.edu>
  134. Subject: DD/HD/holes
  135.  
  136. The reason that non-PS/2 machines cannot read a DD floppy that was
  137. formatted HD on a PS/2 is that they don't have the HD hole.  Here's how
  138. it goes:
  139.  
  140. The PS/2 lets you get away with formatting to HD because it hasn't got
  141. the hole sensor; thus, it can't tell that you're using a DD floppy.
  142. When you take a floppy formatted in this manner and attempt to use it
  143. on a machine that HAS the hole sensor (which is just about everybody
  144. else), that machine cannot tell that it's dealing with a HD-formatted
  145. disk.  Its hole sensor is telling it, "This is a DD diskette."  So, it
  146. will attempt to read what it thinks is a DD-formatted diskette,
  147. encounter sectors that are (it thinks) all messed up, and issue the
  148. dreaded "General error reading drive A" message.
  149.  
  150. So, if you want to get away with using those HD-formatted DD diskettes
  151. on a non-PS/2 machine, you're most likely going to have to punch holes
  152. in them.
  153.  
  154. ------------------------------
  155.  
  156. Date: Tue, 02 Apr 91 09:20:00 CST
  157. From: Mark Parr <JPARR1@UA1VM.ua.edu>
  158. Subject: Disabling Control Break
  159.  
  160. Someone asked a question about disabling the Contrl-C/Break:
  161.  
  162. I have a couple device drivers that will do that for you -- both work
  163. fine.
  164.  
  165. One is called NOBRK.SYS and the other is BRK.DRV
  166.  
  167. With the BRK.DRV, you are able to turn Control-C/Break checking on or
  168. off as needed (default is off).
  169.  
  170. Send me your address and I will send you UUENCODE .ZIP files to you if
  171. you are interested.
  172.  
  173.                |-- JPARR1@UA1VM.BITNET  --  JPARR@MIBSRV.MIB.ENG.UA.EDU
  174.    Mark Parr --|-- University of Alabama in Tuscaloosa
  175.  
  176. [How about sending Keith Petersen a note and asking to upload for the
  177. rest of us as well?  gph]
  178.  
  179. ------------------------------
  180.  
  181. Date: Tue, 2 Apr 91 16:44:00 CST
  182. From: david@wubios.wustl.edu (David J. Camp)
  183. Subject: Memory Board Settings (V91 #73)
  184.  
  185. In Reply to this Note From: <Info-IBMPC Digest>
  186. [text deleted]
  187.  
  188. >Date: Thu, 21 Mar 91 18:27 EST
  189. >From: FCUBBAGE%TMPLCIS.BITNET@uga.cc.uga.edu
  190.  
  191. >I have a 16 bit IBM PC memory board called a RAM Parity Card with no
  192. [text deleted]
  193.  
  194. Greg,  Notice that there are two Subject: lines in the header lines
  195. above.  This confuses my 'digest' program (included below), so that
  196. appropriate identifier.  I am trying to keep the digest program simple,
  197. especially because it is possible to make it an incredible monstrosity
  198. to handle all of the weird formats.  I was just hoping that it was
  199. possible for you to modify the generation of the digest so that this
  200. message took another form.  For example, you could contrive an RFC822
  201. header for that purpose, such as "Subject-Group:".  This should be
  202. ignored by mail systems, so it should not cause any problems.
  203.  
  204. I would appreciate hearing your response.  -David-
  205.  
  206. # david@wubios.wustl.edu             ^     Mr. David J. Camp            #
  207. # david%wubios@wugate.wustl.edu    < * >   +1 314 382 0584              #
  208. # ...!uunet!wugate!wubios!david      v     "God loves material things." #
  209. # abs (investment#1 - investment#2) << abs (anyinvestment - anydebt)    #
  210.  
  211. ----- cut here -----
  212. #! /usr/bin/perl
  213. #
  214. #    This is 'digest' a program to run elm on a digest as a folder.
  215. #    Copyright (C) 1990  David J. Camp
  216. #
  217. #    This program is free software; you can redistribute it and/or modify
  218. #    it under the terms of the GNU General Public License as published by
  219. #    the Free Software Foundation; either version 1, or (at your option)
  220. #    any later version.
  221. #
  222. #    This program is distributed in the hope that it will be useful,
  223. #    but WITHOUT ANY WARRANTY; without even the implied warranty of
  224. #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  225. #    GNU General Public License for more details.
  226. #
  227. #    You should have received a copy of the GNU General Public License
  228. #    along with this program; if not, write to the Free Software
  229. #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  230. #
  231. # david@wubios.wustl.edu             ^     Mr. David J. Camp
  232. # david%wubios@wugate.wustl.edu    < * >   +1 314 382 0584
  233. # ...!uunet!wugate!wubios!david      v     "God loves material things."
  234. #
  235. # from the elm menu, type |digest<return>
  236. #
  237. $| = 1;
  238. open (FOLDER, ">/tmp/dig$$");
  239. while (<>)
  240.     {
  241.     if (/(^\([0-9]*\)
  242.  |^--)----(\n|-----------------------(\n|-(\n|-------------------------(\n|-----
  243.  ----------\n))))/)
  244.         {
  245.         print FOLDER "From dummy Wed Feb  29 12:12:12 1990\n";
  246.         do
  247.             {
  248.             $_ = <>;
  249.             }
  250.             until (eof() || /[\041-\177]/);
  251.         }
  252.     print FOLDER $_;
  253.     }
  254. close (FOLDER);
  255. exec ("elm -f /tmp/dig$$ <&2 ; /bin/rm -f /tmp/dig$$");
  256. ----- cut here -----
  257.  
  258. ------------------------------
  259.  
  260. Date: 2  Apr 91  8:39
  261. From: Martin.Timann%cnve.rrze.uni-erlangen.dbp.de@RELAY.CS.NET
  262. Subject: Listing of interrupts
  263.  
  264. Dr.Guenther W.Himmelmann asks
  265.  
  266. >In 1989 there was an excellent listing of interrupts - who knows, where
  267. >to find it ( or an update ) ? We had it printed, but the printout was
  268. >lost when we had to change to a new location...  Thank You!
  269. >gwh
  270.  
  271. I think you mean Ralf Brown's Interrupt List. You can find it on
  272. SIMTEL20 in <MSDOS.INFO>INTER590.ZIP
  273.  
  274.  BTW, - excuse me I'm a novice reader of the digest and curious - who's
  275. that wizard that is hiding behind the abbreviation "gph" ?  His answers
  276. are enclosed in square brackets
  277.  
  278. Martin Timann
  279.  
  280. Timann@cnve.rrze.uni-erlangen.dbp.de
  281. Timann@cnve.rrze.uni-erlangen.de
  282.  
  283. ------------------------------
  284.  
  285. Date: Wed, 3 Apr 91 08:34:21 MST
  286. From: Gregory Hicks <GHICKS@WSMR-SIMTEL20.ARMY.MIL>
  287. Subject: Re Listing of interrupts
  288.  
  289. Martin:
  290.  
  291. >...Who's that wizard that is hiding behind the abbreviation "gph"?
  292. > His answers are enclosed in square brackets
  293.  
  294. [Not sure what you mean by 'wizard' since I don't consider myself in
  295. that category...  I'm the editor for the Digest.  (Take a look at the
  296. "masthead".)  By putting the answers in the individual message, I can
  297. save 'message space' for other topics.  The digestify program has a
  298. limit (built in by me) of 20 messages or 30K bytes of text (whichever
  299. comes first) so that most mailers will accept the mail...
  300.  
  301. The initials 'gph' stand for Gregory Paul Hicks (me).  Here's a short
  302. blurb on me...
  303.  
  304.     I'm a Lieutenant Commander on Active Duty with the US Navy.  I'm
  305. currently stationed at the Naval Base in Rota, Spain where my real job
  306. is to manage the port of Rota for US and Spanish Navy (Port Captain if
  307. you will).  During the years from 85-89, I was stationed at the Joint
  308. US Military Advisory Group-Korea (Seoul and Chinhae) as a R&D Liaison
  309. Officer.  Following my stint in Seoul, I was stationed at the Fleet
  310. Activity, Chinhae Korea where I took care of US Navy (and US Naval,
  311. there IS a difference) ships visiting Korea.
  312.  
  313.     Professionally, my college degree is in Computer Science from the
  314. University of Utah.  However, I started programming in '64 just out of
  315. High School on an IBM 1610.  I worked for a while with a computer
  316. service bureau in Los Angeles, at the Math Department at UCLA, moved to
  317. the Jet Propulsion Laboratory working for Bendix Field Engineering
  318. Corporation in Pasadena in '66 at the Space Flight Operations Facility
  319. (or SFOF) ans was there during the Lunar Orbiter and Surveyor space shots.
  320. I left JPL in October '67 to join the Navy in '68 (I almost was drafted).
  321. I was trained by the Navy as a Data Systems Technician.  While in
  322. school at Vallejo California, I applied for a commission (as an officer), and,
  323.  during my tour of duty aboard the USS MIDWAY (then CVA-41, now CV-41)
  324. was accepted into the program and
  325. sent to the University of Utah to get a degree in Computer Science.  I
  326. have programmed in such languages as FORTRAN, FORTRAN II, FORTRAN IV,
  327. JOVIAL, LISP, RPG, RPG-II, various assembler languages (mostly IBM, but
  328. also some Univac machines), ...  There are more, but I'd have to get
  329. out a computer language 'history' book to look up the rest of them...
  330.  
  331.     Personally, I'm the oldest child of 14 (8 boys, 6 girls).  My
  332. father was in the Navy as a Supply Corps Officer.  He retired as a
  333. Commander in 1061 while stationed in Los Angeles California.  They
  334. currently reside in Ventura California.  12 of the 14 children live
  335. within two hours travel time of Ventura.
  336.  
  337. Hope that helps.  gph]
  338.  
  339. ------------------------------
  340.  
  341. Date: Wed, 3 Apr 91 0:25:05 CST
  342. From: david@wubios.wustl.edu (David J. Camp)
  343. Subject: Wuarchive Mirrors Resurrected
  344.  
  345. The wuarchive mirrors disk is now again operational.  Most of the
  346. mirrors have already been restored, but alas, the simtel20 portion is
  347. the slowest.  We have tweaked the timeout parameters to hasten the
  348. restoration of files.  Meanwhile you may find your favorite programs
  349. unavailable.  Please bear with us.  Thanks,  -David-
  350.  
  351. # david@wubios.wustl.edu             ^     Mr. David J. Camp            #
  352. # david%wubios@wugate.wustl.edu    < * >   +1 314 382 0584              #
  353. # ...!uunet!wugate!wubios!david      v     "God loves material things." #
  354. # abs (investment#1 - investment#2) << abs (anyinvestment - anydebt)    #
  355.  
  356. ------------------------------
  357.  
  358. Date: Tue, 2 Apr 91 08:19:36 EST
  359. From: moy@xp.psych.nyu.edu
  360. Subject: Re: Missing 1k on PC
  361.  
  362.   I had replied earlier that the Ping-Pong virus might cause your
  363. system to "lose" 2K.  The Stoned virus reduces the total memory by 1k.
  364.  
  365.   However, I've also found that some peripherals may reduce the *total*
  366. RAM size.  The Omnibridge Sysgen floppy controller reduces the overall
  367. size of memory by 1k.  (This is a disk controller that can co-exist
  368. with a second floppy controller.)  Even though you install OMNIBRG.SYS
  369. like a device driver, the controller has a built-in BIOS and apparently
  370. uses the main RAM in an unorthodox way.
  371.  
  372.   I suppose that anything that tampers with the BIOS report of
  373. available RAM, which is at address 0000:0413h, *before* DOS comes up
  374. would change the apparent total size of your system RAM.  I have not
  375. seen a system where the hard disk controller's built-in partitioning
  376. program was used to make more than one DOS volume, but I suspect these
  377. schemes steal RAM in the same way.  Because DOS versions 3.30 and later
  378. provide for partitioning multiple volumes (and therefore, do not
  379. require the controller's own partitioning), this may be why different
  380. DOS versions "see" different amounts of RAM.  The version of DOS used
  381. does not and should not affect the total size reported for RAM, since
  382. this is assessed by the BIOS on power-up.
  383.  
  384.   Moy Wong
  385.   Dept. of Psychology
  386.   New York University
  387.  
  388. ------------------------------
  389.  
  390. Date: Wed, 3 Apr 91 01:00:54 AST
  391. From: Filipe Santos <USERVLSI%LNCC.BITNET@CUNYVM.CUNY.EDU>
  392. Subject: Achieve Multi I/O Plus Mistery DIP Switches
  393.  
  394.   Hi netfolks,
  395.  
  396.   Once more I need this kind of help from you all, as somebody again
  397. handed us a IBM PC interface card, without documentation, as usual.
  398. It's an Achieve Multi I/O Plus card, with one parallel, two serial and
  399. a game port, standard PClone fodder. There are two DIP switch blocks (4
  400. and 8 switches), colored light blue that blends handsomely with the
  401. green PC board bellow. It's all very well, but I haven't been able to
  402. figure out which switch combinations configure what ! It's true I
  403. haven't done a thorough and painstaking research, but I was counting on
  404. a kind soul among you to avoid that.
  405.  
  406.   Do anyone has the manual/docs for this thing ? If so, I'd like to ask
  407. just for a mail msg describing the DIP switch settings.
  408.  
  409.   Thanks in advance for any help,!
  410.  
  411.    Filipe "JunkBin" Santos
  412.  USERVLSI@LNCC.BITNET
  413.  
  414. ------------------------------
  415.  
  416. Date: Mon, 01 Apr 91 11:38:11 EST
  417. From: Paco Rosich <ROSICH%EVALUN11.BITNET@CUNYVM.CUNY.EDU>
  418. Subject: EMS in VGA ram?
  419.  
  420. Does anybody know of a utility to simulate expanded memory or ram-disk
  421. using the free ram in a VGA card?
  422.  
  423. I have an XT with a monochrome VGA monitor and a Paradise VGA 256K
  424. card. I'm trying to put Windows to work in it. With a 640K XT, you can
  425. play 'sol' or 'reversi' but it's unreasonable to use any "hard" windows
  426. application. As a first attempt to speed execution, I choose displaying
  427. in 640x480 monochrome mode instead of grey scale. This restriction
  428. suggest another improvement: in this mode there is about 200K free in
  429. the VGA, so .. why not use it as expanded memory?
  430.  
  431. By the way, this hypothetical expanded memory manager have to be
  432. specifically designed to manage memory banks in the VGA, not just use a
  433. linearly addressable region in ram.
  434.  
  435. Any idea welcome. If finally no such thing exists, I'll build my own.
  436.  
  437. Paco Rosich
  438. Internet: rosich@vm.ci.uv.es
  439. Bitnet:   rosich@evalun11.bitnet
  440.  
  441. ------------------------------
  442.  
  443. Date: Tue,  2 Apr 91 11:22:43 -0500 (EST)
  444. From: "H. Scott Matthews" <hm0i+@andrew.cmu.edu>
  445. Subject: hardware compatibility
  446.  
  447. A friend of mine has a PC and an apple IIGS.
  448.  
  449. Some questions:
  450.  
  451.     Can he use his  apple imagewriter 2 with the IBM, and if so, how?
  452.  
  453.     Can he use his IIgs monitor with his PC?
  454.  
  455. He has the PC at work, and the GS at home.  He wants to be able to just
  456. get a PC CPU at home and use the old monitor and printer...
  457.  
  458. scott
  459.  
  460. |H. Scott Matthews     | Carnegie Mellon University |
  461. |Junior
  462. |Comp.E/EPP
  463. |(412) 268-4696
  464.  
  465. ------------------------------
  466.  
  467. Date: 2 Apr 91 09:01:00 EST
  468. From: "V70NL::CODE2111" <code2111%v70nl.decnet@nusc.navy.mil>
  469. Subject: Request for info on VAX/PC/MAC Linkups
  470.  
  471. Ours is a medium-size firm, with about 1000 engineers & scientists. Our
  472. group has about 30 people, consisting of about 15 analyst/engineers, 7
  473. programmers (our particular team), plus managers and secretaries.
  474.  
  475. Our team's main job is creating/modifying FORTRAN programs to do
  476. scientific calculation & plotting. The programming is done on a VAX,
  477. using 286 PC's as text-terminals. This arrangement has been in force
  478. for maybe 8 years - ever since our group first used PC's to connect to
  479. the company's UNIVAC.
  480.  
  481. We run our applications on request by one of our group's analysts. This
  482. requires a large number of parameters to be properly set to yield the
  483. correct results; right now that is accomplished via a long, ill-defined
  484. (for the occaisonal user) set of NAMELIST inputs to each program. If an
  485. analyst has an unusual request (and often they do), it requires a fair
  486. amount of run/ review/rerun cycles before the output is just what they
  487. want.  Also, if an app is being revised, the only person who knows how
  488. to run it is the coder, since the revision has no doubt new or changed
  489. inputs parameters that only they know about.
  490.  
  491. The main reasons we stay with the VAX, even tho it costs us in connect
  492. and storage charges are: large disk space -we maintain about a dozen
  493. large applications and several large (>10 MB) data files; virtual
  494. memory - these apps use many large data arrays that can take up to 10
  495. MB of memory; multi-user makes the source code available to all users
  496. in common; graphics library; spooled printing to a local laser; lack of
  497. portability between VAX and PC FORTRAN implementations; lack of
  498. experience with other languages; and last but not least, inertia - "if
  499. it ain't broke, don't fix it".
  500.  
  501. We have been looking at changing this relationship, and have some
  502. workstations on order, with an to using them (somehow) to make our job
  503. easier. We are also considering rewriting our old apps to give them a
  504. better interface - perhaps a GUI to make the input setup easier than
  505. the current NAMELIST method. I attended a demo last week showing a DEC
  506. w/s running X-WINDOWS, with a nicely-done GUI that acted as a front end
  507. to one of our typical text-based FORTRAN apps. Very nice, easy to use.
  508.  
  509. So what are our NEEDS for any new system lashup ?
  510.  
  511. * applications development using FORTRAN
  512.  
  513. * transfer of our current apps to new system, intact
  514.  
  515. * good execution speed (run times now in minutes)
  516.  
  517. * plenty of disk space
  518.  
  519. * hi-res graphics to printer
  520.  
  521. * make the job of system management easy (eg disk backups,etc)
  522.  
  523. And our GOALS ?
  524.  
  525.      * reduce net costs: VAX useage vs new systems + new system mgr
  526.  
  527.      * make our apps easier to run- easy enough for an analyst
  528.  
  529.      * re-engineer apps for better coding, better documentation
  530.  
  531.      * source code control - version control - config. management
  532.  
  533.      * make apps easier to create
  534.  
  535. QUESTIONS :
  536.      1. suggested alternatives to present dumb terminal/multi-user
  537. mainframe configuration ?
  538.  
  539.      2. what forms of PC/VAX linkup are there (eg- X-WIN;
  540. CLIENT/SERVER, etc.) ?
  541.  
  542.      3. is it feasible create a front-end to run on a PC or MAC, which
  543. would drive the app on the VAX ? (this is called a CLIENT-BASED app ?)
  544.  
  545.      4. or is it preferable to run the entire app on a local machine
  546. (eg multiuser w/s) ?
  547.  
  548.      5. current available products to create these front ends (Oracle,
  549. Blyth/OMNIS, who ?)
  550.  
  551.      6. how best use the workstations that we'll get (eventually) ?
  552.  
  553.      7. pitfalls in converting/downsizing ?
  554.  
  555.      8. recommendations on using outside consultants ?
  556.  
  557. ANY SUGGESTIONS OR POINTERS WOULD BE GREATLY APPRECIATED.
  558. Scott Daniels
  559.  
  560. ------------------------------
  561.  
  562. Date: Tue, 02 Apr 91 11:15:09 GMT
  563. From: Jacek Holeczek <HOLECZEK%PLKTUS11@SEARN.SUNET.SE>
  564. Subject: native vs translation modes
  565.  
  566. I re-read my query that was in a recent Info-IBMPC Digest and decided
  567. I needed to describe the problem more accurately.
  568.  
  569. First some theory!  Many (or even all) of Seagate IDE drives have two
  570. modes of "work".  Those modes define how the drive is recognized by the
  571. host computer.  There are two modes - one called "Native" and one
  572. called "Translation".  In native mode the host computer sees the
  573. "physical" geometry of the drive,  and in translation mode it sees
  574. "translated" geometry of the drive. Here is an example : ST157A
  575.  
  576.                     translation     native
  577. sectors/track       17              26
  578. read/write heads    7               6
  579. cylinders           733             560
  580. guaranteed sectors  87,227          87,360
  581. And now its time for the story.
  582.  
  583. Once upon a time (not very far from here and not very long ago) there
  584. was a pretty small AT computer operating at 16MHz with IDE (AT-bus)
  585. interface on board (with 1:1 interleave).
  586.  
  587. There was also a ST157AT-1 HDD in it. In the beginning this drive was
  588. preformatted in its native mode, and the average seek time was 28
  589. miliseconds, and track-track seek time was (about) 10 miliseconds. But
  590. the owner decided to prefor- mat this HDD once more, this time in its
  591. translation mode. And the results were: average seek time 28
  592. miliseconds (not changed), and track-track seek time 1.1 miliseconds
  593. (10 times better!)  In both cases preformating was done by DISK MANAGER
  594. V4.3 with 1:1 interleave (I am sure in the first case, but not in the
  595. second).
  596.  
  597. Question - why in the native mode was track-track seek time so bad?
  598. (Translation should take time?) Half of the kingdom for someone who
  599. solves this problem !
  600.  
  601. Bye,
  602. Jacek Holeczek HOLECZEK@PLKTUS11.BITNET
  603.  
  604. ------------------------------
  605.  
  606. Date: Tue, 02 Apr 91 22:08:05 MET
  607. From: Ben Salemans <U216013%HNYKUN11.BITNET@CUNYVM.CUNY.EDU>
  608. Subject: Search for information on LAN's
  609.  
  610. I would like to buy a LAN)network which must offer the following
  611. possibilities:
  612.  
  613. 1. both DOS-pc's and Apple Mac's can be connected to the LAN
  614.  
  615. 2. the LAN can be connected to the campus wide Ethernet network (with
  616. IBM-mainframes and DEC-VAX-computers)
  617.  
  618. 3. the LAN can be connected to the Internet network
  619.  
  620. Do you know what kind of LAN offers these three possibilities?
  621.  
  622. Yours truly,
  623. Ben Salemans
  624.  
  625. ------------------------------
  626.  
  627. Date: Tue, 2 Apr 1991 16:45 EST
  628. From: "James D. Burnell, WVU Student" <UN034251@WVNVAXA.WVNET.EDU>
  629. Subject: Symbolic Integration
  630.  
  631. Hello,
  632.  
  633. My honors calculus class recently discussed integration techniques
  634. (i.e.  integration by parts, trigonometric substitution, etc.) and my
  635. teacher mentioned that he would be very interested in the source code
  636. to Macsyma, a marketed math package that can apply such techniques to
  637. symbolically solve indefinite integrals.
  638.  
  639. We are fairly certain that the source code for Macsyma is under wraps
  640. (understandably).  Our question: does anyone know where we could get
  641. source code in any language (preferably even pseudocode) that would
  642. supply an algorithm to do this?  Code for specific integration
  643. techniques is also welcome.  I checked SIMIBM.IDX and couldn't find
  644. anything.
  645.  
  646. Please send responses to me and I will summarize for the net.
  647.  
  648. Thank you.
  649. James D. Burnell      UN034251@WVNVMS.WVNET.EDU      UN034251@WVNVMS
  650.  
  651. ------------------------------
  652.  
  653. Date: 2 Apr 91 17:41:54 GMT
  654. From: skwood@acsu.buffalo.edu (Scott K Wood)
  655. Subject: WANTED : Simple Zmodem Term Prog.
  656.  
  657.      I am currently looking for a simple, no-frills, terminal program
  658. for the IBM that supports ZModem and baud rates up to 9600.  If someone
  659. could send me the file or tell me where to find it, I would appreciate
  660. it.  Thanks in advance..
  661.  
  662.            Scott
  663.   BITNET : v092mgp5@ubvms.bitnet
  664. INTERNET : v092mgp5@ubvms.cc.buffalo.edu
  665.            skwood@acsu.buffalo.edu
  666.  
  667. ------------------------------
  668.  
  669. Date: Tue, 2 Apr 91 18:51:44 PST
  670. From: Ya'akov_Miles@mtsg.ubc.ca
  671. Subject: Toggeling To/From Turbo Mode
  672.  
  673. I have a turbo Phoenix bios which switches speeds by toggling the
  674. control alt + keys.  Internally, this must be translated to some kind
  675. of OUT instructions - one to speed the machine up, and one to slow the
  676. machine down.  Can someone please post the value of the OUT
  677. instructions, and their arguments.
  678.  
  679. Y.N. Miles,
  680. <MULTI@TRIUMFcl.bitnet>
  681.  
  682. ------------------------------
  683.  
  684. Date: Tue, 02 Apr 91 16:19:05 CET
  685. From: Karl Keyte <KKEYTE%ESOC.BITNET@CUNYVM.CUNY.EDU>
  686. Subject: TCU_32A.ZIP - Turbo C Flexible menus, windows, & Forms Entry
  687.  
  688. New upload:
  689.  
  690.   <MSDOS.TURBO-C>
  691. TCU_32A.ZIP
  692.  
  693. TCU 3.2, form entry, menus, windows, etc. for TC, TC++, BC++
  694.  
  695. Karl
  696.  
  697. ------------------------------
  698.  
  699. End of Info-IBMPC Digest V91 #85
  700. ********************************
  701. -------
  702. ReadMail: Enter command or !
  703. .