Forum Discussion
iRule performance effect
Unless very poorly written (and I mean VERY poorly written), utilizing iRules should not create poor performance.
- Ashish_R_G_2512Nov 22, 2016
Nimbostratus
Hi ekaleido,
The iRule which I'm going to use will be somewhat similar to below.
when HTTP_REQUEST { if { [HTTP::uri] contains "abc" } { use pool pool_1 }else { use pool pool_2 } }Will this effect the performance of the device?
Also please note that the iRule for each VIP will be similar to above i.e. each VIP will have a different iRule.
- ekaleidoNov 22, 2016
Cirrus
You'll be fine using that iRule over multiple virtual servers. I can't see that creating any performance impact. I've done something similar with 400+ sites.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
