Is Coyote efficient at serving binary files?
In general, yes. The Coyote web server is optimized to serve web pages that are from 0K to about 200K-500K in size. As the page size grows, the PicLan-IP processes have to load the entire page into memory before they can be transmitted over the network. This makes Coyote a quite capable web server for most “normal” web content, but you should probably not use it for serving multi-megabyte ZIP archives.