Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!elroy.jpl.nasa.gov!ncar!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!pitt!darth!formtek!flash.formtek!mam From: mam@flash.formtek (Mark A. Mastandrea) Newsgroups: comp.os.msdos.programmer Subject: Calling Socket library from Interrupt handler Message-ID: <1409@formtek.UUCP> Date: 13 Dec 90 00:34:01 GMT Sender: mam@formtek.UUCP Distribution: usa Organization: Formtek Inc., Pittsburgh PA Lines: 14 Expires:12/15/90 I am working on a program in MicroSoft C 6.0 that replaces an interrupt handler and then spawns a program which calls the interrupt. The interrupt handler makes calls to a SUN NFS socket library . Problem: The call to the socket library (inside the interrupt handler) hangs the machine. I can see the network indicator flickering ( which indicates the machine trying to access the network). I can also make calls to the socket library before the spawn which works just fine. Has anyone out there had any problems making network calls from an interrupt handler or run into problems like this when spawning programs. Thanks Mark