Over NFS, most of the time the problems are locks-related
(and it sure looks like this is the case here), and are
solved by properly configuring the NFS client (or server, if
you are unlucky)... Here is a small script testing fcntl
locking. Would you play around with it, and tell us how it
behaves?
It isolates the file locking mechanism adesklets Python
module uses that coud be problematic in your case. Normally,
you should have no problem running the first instance in an
NFS directory, and the second instance should block as long
as the first is running.
I do run adesklets at work on a mix of mips and amd64
machines over NFS 2 and 3 (old ultrix server, newer linux
server) without problem -- so
it
is possible. Yours,