home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / infosyst / wais / 784 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  2.7 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!netnews.upenn.edu!catone
  2. From: catone@dmark.wharton.upenn.edu (Tony Catone)
  3. Newsgroups: comp.infosystems.wais
  4. Subject: Re: PC WAIS Client for Windows Sockets?
  5. Message-ID: <CATONE.92Dec31001034@sovereign-gw.dmark.wharton.upenn.edu>
  6. Date: 31 Dec 92 05:10:34 GMT
  7. References: <tfiske.725743115@qualcom>
  8. Sender: news@netnews.upenn.edu
  9. Organization: University of Pennsylvania
  10. Lines: 44
  11. Nntp-Posting-Host: sovereign-gw.wharton.upenn.edu
  12. In-reply-to: tfiske@qualcom.qualcomm.com's message of 30 Dec 92 19:18:35 GMT
  13.  
  14. In article <tfiske.725743115@qualcom> tfiske@qualcom.qualcomm.com (T.J. Fiske) writes:
  15.  
  16.  
  17.    With the upcomming release of Windows Socket Standard, is anybody
  18.    working on converting one of the Windows WAIS clients over to this
  19.    standard?  This would allow one client to work for everybody!  No
  20.    matter what network software they were running under Windows.
  21.  
  22.    If anyone has any ideas please let me know, we are using PC/TCP and
  23.    therefore cant run and any of the PC Clients, and since we have 400
  24.    PC users, this is a bit a problem? :)
  25.  
  26. Actually, if you use the generic ethernet version of PC/TCP over
  27. packet drivers, you can run PCWais simply by wrapping a batch file
  28. around it to inet unload beforehand and ethdrv after; alternatively,
  29. and perhaps more simply, you could wrap batch files around your PC/TCP
  30. commands to ethdrv before and inet unload after.  That's what we used
  31. to do, before we decided PC/TCP wasn't worth the bother.
  32.  
  33. As for ideas for a port, you can find the source code for Faiez
  34. Hindi's version of PCWais at hilbert.wharton.upenn.edu in
  35. pub/tcpip/pcwais.zip; source is for Borland C++ 3.0 with Application
  36. Frameworks, though it should be easy to move the WAIS engine stuff to
  37. other environments, it was a fairly straight port of the Unix 8-b4
  38. code.  In fact, I believe I have a version of the command line waisq
  39. program port to DOS that Faeiz did, which might make a better starting
  40. point; that is in fact how we did PCWais in the first place, port the
  41. command line version then wrap a user interface around the WAIS
  42. engine.  We never bothered to release the command line version, but if
  43. folks are interested let me know and I will have a look when I get
  44. back to the office next week.
  45.  
  46. Note that neither of these Penn versions with source code have Jim
  47. Fullton's enhancements of relevance feedback, buffer size negotiation
  48. and others; Jim's version is in pcdist.zip at hilbert and at UNC.  I
  49. don't think his version comes with source, though I haven't looked in
  50. a while.  Oh, and there is at least one known bug with both versions
  51. having to do with queries returning no matches that would have to be
  52. found and fixed.
  53.  
  54.  
  55. - Tony
  56.   catone@dmark.wharton.upenn.edu
  57.  
  58.