home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / o / optional_o < prev    next >
Encoding:
Text File  |  1996-11-14  |  1.1 KB  |  27 lines

  1. <TITLE>Optional Operating System Services -- Python library reference</TITLE>
  2. Next: <A HREF="../t/the_python_debugger" TYPE="Next">The Python Debugger</A>  
  3. Prev: <A HREF="../g/generic_operating_system_services" TYPE="Prev">Generic Operating System Services</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>7. Optional Operating System Services</H1>
  7. The modules described in this chapter provide interfaces to operating
  8. system features that are available on selected operating systems only.
  9. The interfaces are generally modelled after the UNIX or C
  10. interfaces but they are available on some other systems as well
  11. (e.g. Windows or NT).  Here's an overview:
  12. <P>
  13. <DL>
  14. <DT><B>signal</B><DD>--- Set handlers for asynchronous events.
  15. <P>
  16. <DT><B>socket</B><DD>--- Low-level networking interface.
  17. <P>
  18. <DT><B>select</B><DD>--- Wait for I/O completion on multiple streams.
  19. <P>
  20. <DT><B>thread</B><DD>--- Create multiple threads of control within one namespace.
  21. <P>
  22. </DL>
  23. <H2>Menu</H2><DL COMPACT>
  24. <DT><A HREF="../s/signal" TYPE=Menu>signal</A>
  25. <DD><DT><A HREF="../s/socket" TYPE=Menu>socket</A>
  26. <DD></DL>
  27.