Status/Resolution/Reason: Needs Review//NotThisProduct
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 04/29/2018
Components: Administrator, Admin API
Versions: 2018
Failure Type: Non Functioning
Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) /
Priority/Frequency: Minor / Some users will encounter
Locale/System: / Platforms All
Vote Count: 1
Issue: Server Monitor API removed but no PMT equivalent
Due to CF's request-multiplying bug (CF-4028272), which is marked "Won't Fix", a burdened CF can become recursively slammed with self-imposed duplicated requests.
Due to that, and since onRequestStart() (CF-3085245) hasn't been added to Server.cfc yet, the Server Monitoring Admin API is relied upon to end duplicate requests that CF+IIS spawn.
Since there is no more Server Monitor API in Aether, these calls naturally fail:
- adminapi.servermonitoring().getAllActiveRequests()
- adminapi.servermonitoring().canAbortRequests()
- adminapi.servermonitoring().abortRequest()
Actual Result: No PMT API
Expected Result: A PMT API
Related thread: https://forums.adobeprerelease.com/coldfusionpr/discussion/365/where-is-the-pmt-api
Attachments:
Comments: