[GLLUG] daemon for executing code

Michael Malinak mm@crushedice.com
Fri, 3 May 2002 01:05:40 -0400


Ok since everyone was so unhappy with my request <G> I figure I'll explain a
bit.  I'm working on a "web service" that will allow for manipulating
symbolic links from windows.  Both sides will eventually be written in C#
(once mono is stable enough).
The idea is that since you can't create symbolic links in samba, I want a
way (from windows) to build virtual file heirachries from existing
directories.  For anyone curious this is for a photo gallery.  So the
scripts will be run as apache (or nobody) eventually, hence the proof of
concept....
Michael