You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by zwoop <gi...@git.apache.org> on 2017/03/14 21:40:18 UTC

[GitHub] trafficserver issue #1582: Make regex_revalidate.c use ref-counted config da...

GitHub user zwoop opened an issue:

    https://github.com/apache/trafficserver/issues/1582

    Make regex_revalidate.c use ref-counted config data

    Instead of scheduling a "delete" of the data sometime in the future, a more reliable pattern is to ref-count the configurations, and acquire / release as necessary through the life cycle of the TXN. This would eliminate the **free_cont**, and make things more inline with how we normally do things.
    
    Now, I haven't analyzed the code thoroughly; maybe there is a reason to use the delayed deletes. If so, just close this Issue with a "Won't Fix".
    
    @jrushford You want to take a quick look on this, and see if this is viable at least?

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] trafficserver issue #1582: Make regex_revalidate.c use ref-counted config da...

Posted by jrushford <gi...@git.apache.org>.
Github user jrushford commented on the issue:

    https://github.com/apache/trafficserver/issues/1582
  
    @zwoop I'll take a look.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---