Menu

#2692 SFCC: SfcbLocal interface should expose markHeap() and releaseHeap()

Function
closed-fixed
None
sfcc
5
2014-03-28
2013-10-18
No

CMPI objects created in SFCC programs using the SfcbLocal interface are tracked objects. In provider processes, tracked objects are automatically released when the provider request completes. Long-running providers (such as indication providers) can make use of the mark()/release() provided by broker->mft. But SFCC programs do not have a way to call the same functions, which is a problem for long-running SFCC programs using the SfcbLocal interface.

Related

SFCB: #85

Discussion

  • Chris Buccella

    Chris Buccella - 2013-10-18

    The SFCB side of this feature is [sfcb-tix:#85]

     

    Related

    SFCB: #85

  • Chris Buccella

    Chris Buccella - 2013-10-18

    This is part of LTC#98139

     
  • Chris Buccella

    Chris Buccella - 2013-10-18

    Commit [4afcd3]

     

    Related

    Commit: [4afcd3]

  • Chris Buccella

    Chris Buccella - 2013-10-18

    IMPORTANT! markHeap()/releaseHeap() are ONLY for use by SfcbLocal interface! And you MUST be using a matching SFCB version (1.4.7+)

     
  • Chris Buccella

    Chris Buccella - 2013-10-18
    • status: open --> open-fixed
     
  • Dave Heller

    Dave Heller - 2014-03-28
    • Status: open-fixed --> closed-fixed
     

Log in to post a comment.