Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!rice!sun-spots-request From: doong@rtc.reston.unisys.com (Tom Doong) Newsgroups: comp.sys.sun Subject: Serial Line Buffer Keywords: Miscellaneous Message-ID: <5540@brazos.Rice.edu> Date: 6 Mar 90 16:47:04 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 17 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n62 X-Sun-Spots-Digest: Volume 9, Issue 72, message 8 About a week ago I posted a request on how to increase the serial line buffer size on a Sun. I got many requests to pass on the info I learn, but I got very info on how to do it (actually only 2 suggestions). The first suggestion, and probably the best (if you have source license), is to edit zs_asynch.c and change the value, remake your kernel and reboot. The second suggestion is to use the /etc/remote file like tip does. It turns out that there is a capability called fs (frame size) which tip uses to buffer between file system writes when receiving files. You`d probably need the tip source to see how it does the buffering (I assume that it is relatively fast) so that you don't take CPU cycles from your application. I'm still in search of more answers, if you got 'em. -tom doong