On Apr 4, 2007, at 10:42 AM, Mladen Turk wrote:

Plüm wrote:
Plus does it make sense to split the sticky string everytime we search for a route? From my performance feeling this split should be done during
configuration time.

We can use the NUL separated double NUL terminated string.
Then a part is start + strlen(start)


Rüdiger's point is that we would be doing the "scanning"
for each and every request, which is wasteful since they
aren't changing. Even in the above the strlen() is
counting chars that don't change between requests.

Oh yeah, I think that having sticky set to the 1st
non-null entry would be better, as far as expected behavior.


Reply via email to