truss really doesn't show anything interesting. It's just a sequence of write's, or in the file case reads's then write. With the truss timing option, the reads add an extra .0001 seconds between each write, which is about the same time as the write's. However, after a certain number of writes one will take a few 10ths of a second which reflect the pause I see in the modem light.
In the no-read case those delays are more like 100th's of a second, which is why I don't see a pause in the blinking. Kacheong: I'm just using the ttcp.c from ftp://ftp.sgi.com/sgi/src/ttcp/. It's just reads from fd0 and write's to the socket. Setting the size of the read/write's or increasing socket buffer, doesn't change anything. -- This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
