winix/winixd/notify
Tomasz Sowa 979ef907fe allow a request to be processed in a job
Now we allow a request to be passed into a job queue,
and after the job finishes the request is passed into
a controller again. In order to achieve this we have
a requests queue in System, when we put a request
to the job this Request structure is preserved in the
queue and for a new request a new Request is added to
the queue.

while here:
- remove App::Lock()/Unlock(), use scoped locking
- fix: Plugin now has a Call method which takes ModelConnector
  and a logger (used in multithreaded environment)
- BaseThread has a main_model_connector pointer
  to the main (from the main thread) model connector
- the FastCGI structure fcgi_request moved from App to Request
- some methods for handling requests moved from App to Request
- small refactoring in main.cpp
- add Http class (a http client)
2022-07-25 14:21:21 +02:00
..
notify.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
notify.h allow to specify how many times we can try to connect to the database at startup 2022-04-29 06:17:16 +02:00
notifypool.cpp moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
notifypool.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
notifythread.cpp allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
notifythread.h updated to the new ezc api (Generator has three additional parameters now) 2021-07-13 01:46:07 +02:00
templatesnotify.cpp start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
templatesnotify.h moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00