I'm working on a perl application server, for the moment i'm testing with the net::server module. Some problems: a)when the max of children is reached the rest of the incomming processes put themself in a queue and wait till one of the children is free, i would like to kill those queued processes, i'm affraid of flooding. b)i've been testing xml-parsing, becaus i would like to send xml files from the webserver to the application server, but when i send a xml file to the server, i have to read the whole file in put it in another file and then start the parsing on this file. c)another problem with this parsing is that is you have a blank line in the begining of the doc, parsing is impossible, so i have to do regular expressions on the file before parsing. All this is giving me to much overhead code. (i've been testing with the dom module to parse) Can someone help me??? SEbastian __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ _______________________________________________ Perl-Unix-Users mailing list. To unsubscribe go to http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users