Alvaro Cortes wrote: > This is my first mail to the list. I hope to help other people in the > future. Sorry for the late response. I had intended on replying to it and thought I had at some point, but I can't seem to find my reply. > I'm looking for a user request system like Lotus Notes but free. I > tried gnats and i think that it's the best solution for my problem, > but I need a web interface for users. Gnatsweb it's ok for 20 clients > or something similar but perl cgis aren't the best thing for a big > request system, and here my question: Perl CGI's actually do work fairly well, especially if you tie in things like mod_perl to speed up (remove) the initialization time of the interpretor. Modifying gnatsweb is one of those pet projects one of our web developers would love to do, if he had the time. :-/ I could see breaking out the GNATS protocol into a package of its own, i.e. "Net::GNATS". > Does anyone know a program based in java servlets or something > similar(PHP) for a web based interface? if not, Could be the task > complicated? I don't think it would be all that complicated. You could use any of the language-of-choice's existing protocol libraries as a model. The GNATS network protocol is fully documented in the info docs and is accessible from the GNATS homepage. > Excuse my bad english, but in schools of my country english languge > class is a shit. Heh. You're doing fine. Better than my German, to say the least. ;-) -- Chad Walstrom http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */