Changes between Initial Version and Version 1 of Ticket #668


Ignore:
Timestamp:
08/19/11 16:39:42 (13 years ago)
Author:
Mario Domenech Goulart
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #668 – Description

    initial v1  
    1 I have a quite complex awful web app that behaves weirdly when run by chicken from git commit 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94.  The same web app works fine with chicken code prior to 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94 and doesn't work with commits more recent than it.
     1I have a quite complex awful web app that behaves weirdly when run by chicken from git commit 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94.  The same web app works fine with chicken code prior to 49b92ba0bfb7ecfceb49a45f64e9943ea83a6d94 and behaves weirdly with commits more recent than it.
    22
    33By "behaves weirdly" I mean the application can be started, but requests take a long time to be finished and keep the CPU very busy. The requested data is eventually delivered to the client but takes a long time and demands a lot of CPU work.