Re: [Afpfs-ng-devel] UAMs
Status: Alpha
Brought to you by:
alexthepuffin
From: Alex d. <ale...@gm...> - 2007-01-31 15:22:18
|
On 1/31/07, Derrik Pates <de...@de...> wrote: > I'll have to see what I can do about debugging that as well. My > implementation has been tested primarily against OS X 10.3 and 10.4, > but minor tweaks allowed me to have it work against Netatalk. I've > not attempted building a kernel (though that would be an interesting > test), but I've copied files to and from AFP mounts, including playback > of video and audio at full speed over 100 Mbps Ethernet. I've also > implemented extensive caching of dirent lists and stat data, as well as > symbolic link targets. For being pure Perl, it works quite well. I found that doing simple streaming of reads and writes worked well enough. Simultaneous reads and writes brought up a lot of problems with my DSI packet handling, particularly when running multithreaded. I'm not sure what kind of license you have on your code, but I would like to see your perl implementation... - A |