home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1626 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.4 KB  |  28 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc,comp.windows.ms.programmer
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!newsserver.sfu.ca!reimer
  3. From: reimer@fraser.sfu.ca (Kenneth Ryan Reimer)
  4. Subject: Multiple NetBIOS sessions in Windows
  5. Message-ID: <1992Sep1.194019.5217@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. Date: Tue, 1 Sep 1992 19:40:19 GMT
  9. Lines: 17
  10.  
  11. Is it possible to have multiple NetBIOS sessions in Windows?  Specifically,
  12. I want to know if it's possible to implement a simple server under Windows
  13. that listens for NetBIOS connections, spawns a process which communicates
  14. with a remote client and resumes listening for connections.  The idea is to
  15. support several user processes (preferably up to the 32 session limit) each
  16. with its own NB session.  
  17.  
  18. It would be something similar to Lotus Notes (although a lot simpler) but the
  19. server would be a Win app rather than a DOS app.  The choice of Windows
  20. rather than DOS should be obvious to the readers of this newsgroup.
  21.  
  22. What's needed is really a NB DLL that would be called by each user process
  23. and would in turn control access to the NB TSR (ugh!) since it's probably not
  24. shareable and would have to be treated as a critical resource.
  25.  
  26. If anyone out there has heard of this kind of thing, I'd *love* to hear about
  27. it!  Please reply via e-mail to this address (or 76526.1454@compuserve.com).
  28.