What works faster?
Can someone from Webserver development team explane to me what construction works faster?
Example1:
<Client urlhost="*(url1|url2).com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
Example2:
<Client urlhost="(*url1|*url2).com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
Example3:
<Client urlhost="*url1.com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
<Client urlhost="*url2.com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
Example4:
<Client urlhost="www.url1.com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
<Client urlhost="www.url2.com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
<Client urlhost="url1.com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
<Client urlhost="url2.com">
NameTrans fn="redirect" from="/" url="http://www.mysite.com/index.html"
</Client>
The site is quite heavily loaded so the goal is to save as much CPU as possible!
Does it work the same way in V6.0 and 6.1?
Thanks in advance!
Alexander aka ttalex

