Re: php code to upload a url correctly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Stut wrote:
> Jochem Maas wrote:
>> Németh Zoltán wrote:
>

...

> 
> I don't have numbers, but I'd bet this is quicker than doing a parse_url.

I didn't realise speed was an issue. and if it really was an issue I would suggest
offloading the url normailization into a batch routine that is run outside of any
web request - i.e. merely take the input store it somewhere as-is for later
normalization and insertion into the DB. (most likely total overkill)

personally I think robustness & correctness are more important than speed.

> 
> -Stut
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux