6.5 Years at Citrix

Time flows fast and I have refined my code I wrote at 6 year anniversary to include finer monthly tracing:

switch (months_at_citrix)
{
  case 60:
    write_blog_post(”I’ve just passed 5 year mark … “);
    wait_for_certificate(); 
    write_blog_post(”Shortly after celebrating 5 years … “);
    break;
  case 72:
    write_blog_post(”Threads in my process run very fast. Not long ago … “);
    break;
  case 78:
    write_blog_post(”Time flows fast and I have refined my code …“);
    break;
case 84:
    // … TBD 
}

- Dmitry Vostokov @ DumpAnalysis.org + TraceAnalysis.org -

One Response to “6.5 Years at Citrix”

  1. Crash Dump Analysis » Blog Archive » 7 years at Citrix! Says:

    […] also abandoned monthly counting started earlier because in kernel space time is counted in clock cycles per quantum unit where […]

Leave a Reply

You must be logged in to post a comment.