Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!hubcap!mikeoro From: mikeoro@hubcap.clemson.edu (Michael K O'Rourke) Newsgroups: comp.sys.mac.programmer Subject: Multifinder and appletalk Message-ID: <5483@hubcap.clemson.edu> Date: 15 May 89 03:07:14 GMT Organization: Clemson University, Clemson, SC Lines: 15 I have a multifinder compatible, supposedly, program that I am working on. It uses DDP and NBP to implement a chatting program over appletalk. Problem: My application can be put into the background and brought back to the front without a problem. However, if it receives a message over appletalk from another user while it is in the background then it seems that its socket gets closed because it won't accepts any more messages and it never gets the messages intended from it while it was in the background. Question: Why? What do i have to do to ensure the socket doesn't get closed? Also, how can i make sure that the networkEvt gets passed to my program if it is running in the background? Do I need to install a patch to OSEvent or something? Michael O'Rourke