hi
i am a web assistant at University of Houston. i have a large fle about
1.5 MB and i was planning to use XML::DOM::Parser. but when i ran the
script with just two lines
my $parser = new XML::DOM::Parser;
my $doc = $parser->parsefile($ARGV[0]);
it took me about four to 5 minutes to just parser the file using the
DOM::Parser.
now i was suppose to use CGI and send back some search results. it it
takes too long to parse the file and e.g there are 100 users accessing the
page the server, i do know what will happen to it.
when i use the simple XML::Parser with the same lines i.e
my $parser = new XML::Parser;
my $doc = $parser->parsefile($ARGV[0]);
it takes less time, but still i don't know because i can't find out much
about the parser's tree style.
what i want to know is that in a situation like this with big data and CGI
is there an alternative. how about using java's parser. is it fast , how
about using it with servelets.
please recommend a solution.
sincerely
abdullah
---
You are currently subscribed to perl-xml as: [[email protected]]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]