home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / WWIVNEWS.ZIP / 9407_5.NWS < prev    next >
Text File  |  1994-07-24  |  25KB  |  501 lines

  1. may or may not be important to you; I originally did this so I could run the
  2. board under DOS or OS/2 without having to change anything. I've never gone
  3. back to DOS though.
  4.  
  5.  
  6. ADDITIONAL CONSIDERATIONS
  7. ─────────────────────────
  8.  
  9. OS/2 AWARE
  10. ───────────
  11.  
  12. The source code I got when I first downloaded WWIV 4.23 from Amber somehow did
  13. not have the code enabled to allow WWIV to work as well under OS/2 as possible.
  14. If you are registered and have access to your source code, check UTILITY.C and
  15. be sure the following code is in void giveup_timeslice(void):
  16.  
  17.       case 4 :/* outs("OS/2"); */
  18.         win_pause();                  /* add for OS/2 timeslices*/
  19.         /* delay(17); */
  20.       break;
  21.  
  22. Many thinks to the person responsible for this "fix". My board ran a lot
  23. better after I put this code in, and I checked with Wayne, who confirmed that
  24. it should be in there. People had been complaining about the system being very
  25. slow and jerky at times until I put this code in. I had even upgraded from a
  26. 386DX-40 to a 486DX2-50 in order to help the BBS run more smoothly, but things
  27. didn't really improve until I added this code. The only time the board seems
  28. to slow noticeably now is when someone is doing a file transfer.
  29.  
  30.  
  31. INIT
  32. ────
  33.  
  34. I've corresponded with Filo regarding the way INIT handles things with more
  35. than one instance and he's indicated that there may be some changes under 4.24
  36. to make the data it writes more "instance specific" (my word, for lack of
  37. being able to think up anything better). As things are now, the only thing I
  38. feel I can count on being kept separate from instance to instance is the modem
  39. and COM port configuration information. I do know from first-hand experience
  40. that your net low and high times are not kept separate; if you change the net
  41. times under one instance it will be changed for all.
  42.  
  43.  
  44. MEMORY
  45. ──────
  46.  
  47. OS/2 is VERY memory hungry and you will not be satisfied with its speed or
  48. performance unless your system is configured with enough memory. I know of
  49. people who are running WWIV under OS/2 with only 4 megabytes of memory, but I
  50. understand the Presentation Manager (the graphic interface) takes up almost 4
  51. MB, so I believe 8 MB is really the minimum for satisfactory performance and
  52. more is, of course, even better. Another consideration is that if you are used
  53. to using a RAM drive you should be aware that using one under OS/2 will take
  54. the memory right off the top and may have a significant impact on the
  55. performance of your system.
  56.  
  57. Rocker (1@6450) is running his system without using the Presentation Manager
  58. and he reports that this frees up his system significantly.
  59.  
  60.  
  61. EXTERNAL TRANSFER PROTOCOLS
  62. ───────────────────────────
  63.  
  64. JAFO (1@8857) had indicated in one of the networked subs that the newest
  65. version of DSZ is much more better behaved under a multitasking environment
  66. than its predecessors have been and I believe he is right. I just downloaded
  67. the DSZ.ZIP file from Telegodzilla with the DSZ.COM dated 02-02-94 and the
  68. GSZ.ZIP file with the GSZ.EXE file dated 02-03-94 and have installed them. The
  69. system used to bog down significantly during file transfers and I believe that
  70. it is a lot better now that I've installed these newest versions of DSZ and
  71. GSZ. If you can't find them anywhere else they are available on Telegodzilla
  72. at 503-621-3746.
  73.  
  74.  
  75. MY OWN SETUP
  76. ────────────
  77.  
  78. If you are interested, my system currently looks like this:
  79.  
  80. I have a 486DX2-50 MHz computer with 8 megabytes of RAM, 550 megabytes of hard
  81. drive storage space, two Mitsumi CD-ROM drives, a US Robotics 14.4 Courier HST
  82. dual standard modem on the first line (612-591-1781) and a US Robotics 14.4
  83. Sportster on the second line (612-591-0173).
  84.  
  85.  
  86. CONCLUSIONS
  87. ───────────
  88.  
  89. In case you haven't been able to tell, I am very happy with the way WWIV runs
  90. multiple instances under OS/2. While there are definitely some challenges, the
  91. end result is, in my opinion, well worth it. If you've got the resources to be
  92. able to run OS/2 and if you want to run more than one instance, I heartily
  93. recommend going with OS/2.
  94.  
  95. -Martin
  96.  
  97.  
  98. REFERENCES
  99. ──────────
  100.  
  101. DSZ and GSZ can be ordered from Omen Technology Inc.
  102.                                 17505-V Northwest Sauvie Island Road
  103.                                 Portland, Oregon  97231
  104.                                 Modem: 503-621-3746
  105.                                 Fax:   503-621-3735
  106.  
  107. The Mitsumi device drivers can be downloaded from IBM's BBS, located at
  108.                                                   Research Triangle Park, NC
  109.                                                   Modem: 919-517-0001
  110.                                                   Fax:   800-IBM-3395
  111.  
  112. SIO can be ordered from The Software Division
  113.                         Attn: Raymond L. Gwinn
  114.                         12469 Cavalier Dr.
  115.                        Woodbridge, VA  22192
  116.                         Voice orders: 703-494-4673
  117.                         Fax:          703-494-0595
  118.  
  119.  
  120. Reference Books I've found helpful
  121. ──────────────────────────────────
  122.  
  123. Dvorak, John C. "Dvorak's Guide to OS/2 version 2.1",
  124.         Random House, Inc., New York, 1993.
  125.  
  126.  
  127. Moskowitz, David and Kerr, David,  et al. "OS/2 2.1 Unleashed",
  128.         Sams Publishing, Carmel, IN, 1993.
  129.  
  130.  
  131. Tyson, Herb. "Your OS/2 2.1 Consultant",
  132.         Sams Publishing, Carmel, IN, 1993.
  133.  
  134. ─────────────────────────────────────────────────────────────────────────────
  135.  
  136. LORD SIGMA2 ON DOS SETTINGS
  137. ───────────────────────────
  138.  
  139. I have been running with WWIV 4.23 and OS/2 2.1 and found these setting to
  140. be acceptable. True, I run nothing big except the local node, Norton, and a
  141. few other things here and there, but it works a HELL of a lot better than it 
  142. did with Windows. In fact, my users get 1650+ cps UL or DL (at 14.4k) with me
  143. there in the background! 
  144.  
  145. A word of advice: A few of these settings are particular to my system, such
  146. as those for the COM ports, so I expect you to make the changes necessary for
  147. it to work 100% for you. It may take a little tweaking, but these settings
  148. should get you in the right direction.
  149.  
  150. Oh, and for those wondering, I do -NOT- run HPFS. Also, you need to have both
  151. Ray Gwinn's SIO and VSIO COM drivers installed. At the present, I use v1.26c,
  152. but by the time this article sees print I expect Ray to have released at least
  153. one new release.
  154.  
  155. ─────────────────────────────────────────────────────────────────────────────
  156.  
  157. AUDIO_ADAPTER_SHARING = ON
  158. DOS_AUTOEXEC = C:\AUTOEXEC.BAT
  159. DOS_BACKGROUND_EXECUTION = ON
  160. DOS_BREAK = OFF
  161. DOS_DEVICE = c:\os2\mdos\ansi.sys
  162. DOS_FCBS = 16
  163. DOS_FCBS_KEEP = 8
  164. DOS_FILES = 30
  165. DOS_HIGH = ON
  166. DOS_LASTDRIVE = (f)
  167. DOS_RMSIZE = 640 
  168. DOS_SHELL = <DEFAULT>
  169. DOS_STARTUP_DRIVE = <BLANK>
  170. DOS_UMB = ON
  171. DOS_VERSION = <DEFAULT>
  172. DPMI_DOS_API = AUTO
  173. DPMI_MEMORY_LIMIT = 2
  174. DPMI_NETWORK_BUFF_SIZE = 8
  175. EMS_FRAME_LOCATION = AUTO
  176. EMS_HIGH_OS_MAP_REGION = 0
  177. EMS_LOW_OS_MAP_REGION = 384
  178. EMS_MEMORY_LIMIT = 1024
  179. HW_NOSOUND = ON
  180. HW_ROM_TO_RAM = ON
  181. HW_TIMER = ON
  182. IDLE_SECONDS = 4
  183. IDLE_SENSITIVITY = 90
  184. INT_DURING_IO = OFF
  185. KBD_ALTHOME_BYPASS = OFF
  186. KBD_BUFFER_EXTEND = ON
  187. KBD_CTRL_BYPASS = NONE
  188. KBD_RATE_LOCK = OFF
  189. MEM_EXCLUDE_REGIONS = <BLANK>
  190. MEM_INCLUDE_REGIONS = <BLANK>
  191. MOUSE_EXCLUSIVE_ACCESS = OFF
  192. PRINT_SEPARATE_OUTPUT = ON
  193. PRINT_TIMEOUT = 15
  194. SIO Allow Access COM1 = ON
  195. SIO Allow Access COM2 = OFF
  196. SIO Allow Access COM3 = OFF
  197. SIO Allow Access COM4 = OFF
  198. SIO_Idle_Sensitivity = 100
  199. SIO_Mode_DTR = Turn ON at OPEN, OFF at CLOSE
  200. SIO_Mode_FIFO_Load_Count = 16
  201. SIO_Mode_IDSR = Ignore DSR During Receive
  202. SIO_Mode_OCTS = HandShake Signal, as in RTS/CTS
  203. SIO_Mode_ODSR = Ignore DSR During Transmit
  204. SIO_Mode_RTS = HandShake Signal, as in RTS/CTS
  205. SIO_Mode_XON/XOFF = No XON/OXFF flow control by SIO
  206. SIO_Screen_Sync_Kludge = ON
  207. SIO_Share_Access_With_OS/2 = ON
  208. SIO_Virtualize_16550A = ON
  209. SIO_Virtualize_COM_Ports = ON
  210. VIDEO_8514A_XGA_IOTRAP = ON
  211. VIDEO_FASTPACE = ON
  212. VIDEO_MODE_RESTRICTION = CGA
  213. VIDEO_ONDEMAND_MEMORY = OF
  214. VIDEO_RETRACE_EMULATION = ON
  215. VIDEO_ROM_EMULATION = ON
  216. VIDEO_SWITCH_NOTIFICATION = OFF
  217. VIDEO_WINDOW_REFRESH = 5
  218. XMS_HANDLES = 32
  219. XMS_MEMORY_LIMIT = 1024
  220. XMS_MINIMUM_HMA = 0
  221.  
  222. ─────────────────────────────────────────────────────────────────────────────
  223.  
  224. Also, there are a couple of changes to CONFIG.SYS that I suggest:
  225.  
  226. PRIORITY_DISK_IO=NO
  227. TIMESLICE=32,32
  228. MAXWAIT=1
  229.  
  230. ─────────────────────────────────────────────────────────────────────────────
  231.  
  232. Hope these help! If you have any questions or suggestions, please feel free
  233. to drop them my way!
  234.  
  235. ───────────────┬─────────────────────────────────────────────┬───────────────
  236.                │                 TechnOTES                   │
  237.                │        Compiled by the WWIVnews Staff       │
  238.                └─────────────────────────────────────────────┘
  239.  
  240. ...From the "Sleeping With The Enemy of My Enemy" department: Remember when
  241. Stac decided to go with Microsoft's offer of bundling Stacker with DOS instead
  242. of IBM's offer? Well, IBM wasn't pleased at all, and went with Addstor's
  243. competitive product, SuperStor, in a rather unsuccessful coupon mail-in
  244. gimmick. Less than 30% of the coupons included with IBM DOS 6.1 were mailed
  245. in, with most IBM DOS users preferring to stick with Stacker.
  246.  
  247. ...As WWIVNews readers found out last issue, Addstor is no longer in business, 
  248. and SuperStor is history. Add to this Stac's recent defeat of Microsoft over
  249. infringement of copyrights concerning DoubleSpace technology, and you now
  250. have a clear understanding of why IBM went knocking on Stac's door the day
  251. after the verdict with a serious offer to include Stacker 4.0 with IBM DOS
  252. 6.3. This time, however, Stac officials decided that the coupon gimmick was
  253. just as bogus as consumers showed it was, and insisted that Stacker be 
  254. packaged *with* IBM DOS 6.3. IBM agreed to these terms gladly, and IBM's
  255. "OS/1" will be released as such around mid-May at last report.
  256.  
  257. ...Microsoft, however, was rumored to be courting the now-unemployed software
  258. engineers from Addstor, in hopes of being able to produce a legal successor
  259. to DoubleSpace, and one that will work with NTFS as well. NTFS is scheduled
  260. to be included as part of Windows 4.0 - "Chicago" for those uninformed - and
  261. at last word was still an option and not a forced feature. Word from inside
  262. Microsoft, however, is that were a version of NTFS shows up with working
  263. file compression, the plan was to make this a required feature for at least
  264. one partition, and quite possibly for all others. The general impression 
  265. appears to be "Ok, fine. You geeks supported Stac when they challenged our
  266. might. Sure, we lost, and we'll give you file compression that's legal.
  267. However, if it doesn't work with your system or your software, that's just
  268. too bad, chump!" 
  269. ...Now, if that's all there was to it, you could simply chalk it up to more 
  270. sour grapes on the part of Microsoft. However, in late, late June, Microsoft,
  271. on orders from Bill Gates himself, threw in the towel on this fight, and
  272. gave up all court manouvers to reverse any of the decisions made against them
  273. in Stac v. Microsoft. In an agreement that reportedly "took two minutes to
  274. draft, and less time than that to sign", Microsoft agreed to pay $83 million
  275. to Stack, in addition to purchasing a non-voting 15% of Stac corporate stock.
  276. Stac, in turn, granted a cross-platform technology licensing agreement to
  277. Microsoft, which allows the Gates boys to use Stacker code if they wish in a
  278. future replacement for Doublespace.
  279.  
  280. ...The agreement, thankfully, does not prevent Stac from selling similar or 
  281. competetive rights to their products to other companies. This, in turn,
  282. protects the recent deal with IBM to include complete versions of Stacker
  283. 4.0 in future versions of IBM DOS. In short, folks, Bill Gates finally had
  284. to eat crow, and admit he likes the taste!
  285.  
  286. ...From the "How Green is my PC" department: Ever wondered where those cheap,
  287. bulk diskettes come from? One of the major suppliers is a company called Eco
  288. Tech. This company buys floppies of obsolete, unsold packages in bulk from 
  289. major software manufacturers, and reformats them into blank, high quality 
  290. diskettes. Manufacturers such as WordPerfect, Lotus, and even Microsoft have
  291. sold their old back stock diskettes to Eco Tech, who in turn sells them
  292. for a reasonable discount. 
  293.  
  294. ...These disks are a little higher than the cheap disks you see in _Computer
  295. Shopper_, but the difference in cost is about what Eco Tech donates to the 
  296. Wilderness Society for each disk sold. If you want to help save some trees
  297. or some extinct mutant species of albino salamander, and save some cash on
  298. floppies, call Eco Tech at (713) 444-6074.
  299.  
  300. ...From the Alpha Control department: Amidst all the hoopla about the Pentium,
  301. the PowerPC, and the DX4, Digital Equipment Corporation unveiled a new Alpha-
  302. based workstation as powerful as the one announced by IBM in January, but at 
  303. half the price. Running at just under 150MHz, this particular unit is 
  304. considered by DEC to be a "scaled-down" version of their 250MHz Alpha 
  305. Workstation.
  306.  
  307. ...Those thinking to use one of these systems for netsurfing had better
  308. start saving now; Digital's model costs $36k, compared to $70k for the IBM's 
  309. PowerPC workstation. A DEC spokesman attributed the "low" cost to the tight
  310. integration of the Alpha chip with the interfacing chipset used by this 
  311. machine, while IBM's machine uses 8 chips to do what the Alpha chip can
  312. accomplish with a single chip. Still, it's a bit pricey for most of us,
  313. but think of the multitasking capabilities!
  314.  
  315. ...Speaking of downsizing, Seymour Cray is at it again. This time, though,
  316. Cray Research is moving into the commercial computing market with a downsized 
  317. version of the YMP Interface series. The Cray Superserver 6400 is said to be
  318. based on Sun Microsystem's Sparc chip, and runs software based on Sun's 
  319. Solaris operating system.
  320.  
  321. ...The first machines are already being offered for sale, and Cray spokepersons
  322. have reported that the $1 million, unoptimized prototype model handled 700
  323. users as fast as a comparable $5 million midsize mainframe computer, which 
  324. also happened to be manufactured by Cray. Talk about shooting yourself in
  325. the foot for a good cause!
  326.  
  327. ...For those looking to push WWIV to its limits, tho, the Alpha looks a bit
  328. closer to reality. System base prices for this new series of Crays will 
  329. range from $400,000 to $2.5 million. Wonder if that includes the hard drive?
  330.  
  331. ...From the Shaking the Apple Tree department: While everyone is either
  332. praising or condemning Apple's entry into the PowerPC market, or flipping
  333. out over the overrated 640AV, another Apple entry into the niche market has
  334. been virtually ignored - the MacTV.
  335.  
  336. ...This new Mac incorporates the equivalent of a Macintosh Centris 610, a 14"
  337. color television and a stereo CD/CD-ROM player all in one unit. In a break from
  338. typical Apple archetecture, this unit can be connected to VCRs, camcorders, 
  339. video disk or video game players of almost any manufacture, and comes with a
  340. suite of word processing, spreadsheet and database software. 
  341.  
  342. ...Priced at $2,079, the MacTV will be aimed at the home and educational 
  343. market, and will be available later this year at selected retail stores, 
  344. college campuses and through the Apple Catalog.
  345.  
  346. ...From the Legal Buzzards department: A brief nOTE for those who've been
  347. keeping up with former Apple CEO John Sculley. At last report, Sculley had
  348. taken a similar position with Spectrum, a small East Coast company that 
  349. controls a series of patents related to the wireless transmission of computer
  350. data. In recent weeks, Sculley has left this position, and filed suit against
  351. Spectrum's owners for breach of contract and false presentation of the
  352. company's financial status at the time of Sculley's hiring. Seems that Spectrum
  353. was nowhere near as stable as they presented themselves to Sculley, nor were
  354. their patents as base solid as they claimed.
  355.  
  356. ...Sculley, who took control of Apple after the ousting of Steve Jobs, left
  357. Apple after sales flagged in response to a more PC-demanding consumer market.
  358. He was replaced as Apple CEO by A.C. Markkula Jr, one of the three co-founders
  359. of Apple, and had relinquished his position as CEO to the president, Michael 
  360. Spindler, in June of 1993. A few days later, in a move that surprised most
  361. industry analyists, Sculley accepted the position of chairman and CEO of 
  362. Spectrum, who at that point and time hadn't even broken into the NYSE!
  363.  
  364. ...From the Francisco Franco is *Still* Dead department: A nOTE from a
  365. WWIVNetter in Barcelona, Spain, reports that some 100 Spanish Olive growers 
  366. have filed a complaint with the proper authorities about how they had not
  367. received their European Community subsidies, even though they'd filled
  368. out the required paperwork. Authorities in Andalucia were more than redfaced
  369. when they discovered their computer wasn't programmed to recognize the letter
  370. "n" with a tilde.
  371.  
  372. ...And yes, all the farmers affected had names with tildes. Go figure.
  373.  
  374. ...With tax time past for a while, here's a bit of trivia that might interest
  375. you: In the first 8 months of 1993, the IRS identified more than 23,000 
  376. fraudulent electronic returns. While this might seem a drop in the bucket 
  377. compared to the total number of returns, this figure was *double* that of 
  378. 1992! And this occurred even though the total number of returns filed 
  379. electronically had increased by only 13%. Wonder how many of those were 
  380. submitted with those goofy incomplete copies of Andrew Tobias' MYM!
  381.  
  382. ...From the I WANT MY MTV.COM! department. Yep, its true. MTV is officially 
  383. on the Internet. VJ Adam Curry is now running an ftp and gopher site through
  384. a T1 connection supplied by Digital Express. Since the folks at MTV are not
  385. yet ready to commit financially to the project, Adam is paying for the
  386. connection himself. 
  387.  
  388. ...Those wishing to access files such as charts, audio files, schedules,
  389. .GIF's and .AVI files can use the anonymous ftp connection of ftp.mtv.com 
  390. and cd /pub/. The pub directory contains a README file explaining the
  391. setup and what's available. Adam hopes to get the other MTV VJs online for
  392. Q&A participation, and plans to have a weekly newsletter out as well. Until
  393. then, those of you wishing to tell those at Empty-Vee to wisen up and drop
  394. all the technoboogiepoprapcrap and Seattle Garage Garbage should pass all
  395. such correspondence to Adam c/o root@mtv.com.
  396.  
  397. ...From the ZPG (Zero Population Growth) department: At best estimates, The 
  398. Internet is growing at 10% increase in users per month Various sources are,
  399. naturally, starting to report serious electronic traffic jams. Those doing the 
  400. estimates, the National Center for Supercomputer Applications, report that an 
  401. increase in connections increased from roughly 100,000 in June of 1992 to 
  402. almost 400,000 in October of 1993, and that this number is expected to 
  403. double by the end of 1994.
  404.  
  405. ...Center officials suggest that the only solution to the traffic snarls may 
  406. be to take a $15 million supercomputer and use it as both an electronic 
  407. switchboard and an an electronic librarian. With Seymour Cray trying to make 
  408. his own X and Y-MP's obsolete, at least one should be available as surplus for 
  409. this purpose within a year or two, if not sooner!
  410.  
  411. ...Shades of ARPAnet: In a possibly related story, the DOD has announced 
  412. that Defense Technical Information Center will separate the Internet early 
  413. in 1994. This separation will be accomplished by the installation of a mail
  414. -relay between the DTIC and the Internet. Although esxchange of electronic 
  415. mail between the DOD and Internet users will be allowed, the intent is to 
  416. add another level of security to prevent any sort of security breach problems
  417. along the lines of those that resulted in the destruction of ARPAnet.
  418.  
  419. ...Although some getting used to will be required by users attempting to
  420. communicate through the new mail-relay, Internet users will not be allowed 
  421. to make direct network connections to DoD host computers. This move by the
  422. DOD should probably not be interpreted as an isolated incedent, and 
  423. netsurfers should expect other government agencies to start distancing 
  424. themselves from the Internet as its size continues to grow exponentially.
  425.  
  426. ...From the Try Before You Buy department: Jumping on the Demo CD bandwagon,
  427. Apple is marketing an Instant Access CD-Rom for the Macintosh, with over 650 
  428. MB of commercial software on it. As with the PC versions, demo and test
  429. versions on the disk can be upgraded to full working versions by calling a 
  430. phone number and paying by plastic. You'll be given a password for each 
  431. program you register to unlock it and install it as if it were a regular, 
  432. store-bought version. No word on whether a crack exists for this disk yet 
  433. or not.
  434.  
  435. ...From the Disclaimer of the Month department: This disclaimer from Haventree
  436. Software's EasyFlow program was passed onto us by a reader from ICEnet: 
  437.  
  438. "If EasyFlow doesn't work: tough. If you lose millions because EasyFlow messes
  439. up, it's you that's out the millions, not us. If you don't like this 
  440. disclaimer: tough. We reserve the right to do the absolute minimum provided by
  441. law, up to and including nothing. This is basically the same disclaimer that 
  442. comes with all software packages, but ours is in plain english and theirs is
  443. in legalese. We didn't want to include any disclaimer at all, but our
  444. laywers insisted."
  445.  
  446. ...Hmm, wonder if we should let Wayne and Filo read this section of WWIVNews.
  447. They might get some really nasty ideas!
  448.  
  449. ...From the Pyrhhic Victory department: In Hempstead, NY. a fired computer 
  450. contractor was found guilty of using a virus to attempt to collect an unpaid 
  451. bill from a customer. He reportedly infected the client's system with the 
  452. virus, threatening loss of data if they did not pay for services rendered.
  453. The customers claim his work was substandard and were withholding payment.
  454. While the contractor was both fined and jailed, the customer still lost all
  455. data, and had to reformat several systems on-site in order to regain the
  456. use of their systems.
  457.  
  458. ...From the Let's Copy AOL department: Microsoft is reportedly developing a
  459. an online service along the lines of America Online in structure, but akin
  460. to Compuserve in size and features. This service, code-named "Marvel", will
  461. offer all the usual services and gimmics associated with online services,
  462. but Microsoft spokespersons have gone on record as saying "this *might* be
  463. the only way that users will be able to get bug fixes and quick upgrades
  464. for Microsoft products in the future." 
  465.  
  466. ...Plans are to have the graphic front end installed on all machines as part 
  467. of the upcoming Windows 4.0. Rumors have it, thought, that delays in the
  468. development of "Marvel" has added additional delays in the release date of 
  469. Windows 4.0, which has been pushed back to as late as 4th Q'94!
  470.  
  471. ...Don't let our Editor see this one: With all the hoopla over how many DSP
  472. products don't work with OS/2, it seems Best Data is set to release an 
  473. incredible add-on card for IBM PCs. Developed by IBM, the ACE (Advanced 
  474. Communications Enhancement) system uses DSP (Digital Signal Processing) 
  475. technology to create a single card that is a 14.4 V.32bis modem with 9600 
  476. Fax send and receive, a 16-bit CD quality stereo sound card, an answering
  477. machine, a voice mail system, a fax server, and a full duplex speaker
  478. phone! In addition, later releases of the new DSP card will do OCR and then
  479. read your faxes to you! 
  480.  
  481. ...This is some card, folks. Should IBM decide to sell these separate from
  482. their systems, the ACE is expected to cost around $399. Standard equipment
  483. includes a microphone input jack, audio I/O jacks, and standard RJ-11 
  484. telephone jacks. The ACE also supports basic voice recognition, text <-> 
  485. speech, and phonic speech synthesis. Future versions of the ACE will have 
  486. plans for the card to support colorfax, full motion video, NTSC output, 
  487. JPEG/MPEG, etc, etc. All this card needs is a Swiss Army seal of approval!
  488.  
  489. ...From the "Smells Like Windows Spirit" department: Word from insiders at
  490. Sun Microsystems tell of a new version of WABI that has been reportedly 
  491. reverse-engineered to allow proper emulation of Windows 3.11 for Workgroups 
  492. routines. No release date has been set for this still unannounced product,
  493. as Sun's lawyers are reportedly burning the midnight oil to cover all bases
  494. and keep Microsoft from finding any reasons to sue over the Unix world's
  495. attempt to stay afloat in the mainstream computer market.
  496.  
  497. ...As readers of WWIVNews are aware, Sun released the final version of its 
  498. Windows Application Binary Interface late last year. WABI will allow Unix
  499. systems from IBM, Hewlett-Packard, Novell and Sun to run Windows
  500. applications on their systems seamlessly, so long as they don't do any
  501.