JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Determine the queuing time for individual requests via Jadehttp.dll

I?m trying to determine the queuing time for individual requests via Jadehttp.dll ? that is, if all Jade web monitors are busy, I want to know how long a request is queued before it?s able to be serviced.
2. I?m also wanting to collect individual request metrics ? as in how long each request took to execute (though I could do this inside my Jade application).

Basically, the log file isn?t suitable for these purposes:

1. The individual requests aren?t readily identifiable so I?ve no way of connecting an entry in the log file with an actual request execution inside Jade. There?s some sort of identifier in the 3rd field in the file but this seems to be an internal identifier for the connection group.
2. In my experimentation, when I force a request to be queued by putting a breakpoint inside my application and then executing another web request, there?s no indication of any queueing in the log file ? it appears that jadehttp logs the request being sent to the connection group immediately (and presumably it?s there that the queueing happens).
3. It?s a text-based file, which doesn?t really lend itself to easy digestion.
  • Guest
  • May 1 2019
  • Future consideration
  • Attach files
  • +1