Well from the looks of it, it doesn't look like he wants to parse data but extract it.
The regular expression reading was very interesting - thanks for the link :) I am also not clear as to what do you mean by dynamic data?
I know how regex works. The way DOM parser works is simple but uses lot of memory and is slower. I find it trivial to waste resources for a simple task such as his. He does not need to extract dynamic data. Using a DOM parser is overkill and waste of resources in this case. It ain't rocket...
Using a DOM parser is faster than regex? I thought DOM parsers used regex :| Anyway those parsers use up too much memory. For his case regex is simple - and using a parser is overkill
Ricky - Download speeds are still slow for me :( and they timeout as well :( The server I am trying to download from is fs32v2dm. Is that server overloaded?
Sorry about my description not being so descriptive. So what I have is a file called dowork.php
Now it's supposed to call (and not wait to complete the execution)
reallywork.php?begin=0&end=100
reallywork.php?begin=101&end=200
and so on...
What would be the best way to implement this? I...
I wouldn't blame the users, right now Fileserve is only friendly for the uploaders. Downloaders even the premium users have problems which need to fixed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.