Forum Discussion
xiangyang_zhang
Nimbostratus
Apr 21, 2006Read&Write problem
With the irule below, can read-write problem happen ?
rule tls_flag {
when HTTP_REQUEST {
set tlsflg 0
if {[HTTP::method] equals "CONNECT"}{
...
xiangyang_zhang
Nimbostratus
Apr 23, 2006Many thanks, Joe ! Your answer is always helpful and precise !
Just now I did the statistics for the hit of if-statement
Under 600TPS and at the interval of 5 minutes, the hit number on
if {[HTTP::method] equals "CONNECT"}{
set tlsflg 1
}
is about 5% higher than on
if { $tlsreq equals 1 } {
HTTP::disable
}
Under lighter load, the numbers of hit are identical.
It seems the local variable cannot keep persistent for one connection when load is higher.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects
