Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 35efed9fef - now the mess with threads has gone away
- we have a class BaseThread -- this is a base class -- we can inherit from it when
  creating a new thread
- others treads are correctly stopped (when signal comes) -- pthread_join
- we have a special thread only for signals



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@685 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-12-02 01:02:02 +00:00
core - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
db added: uptime winix function prints how many sessions there are 2010-11-25 01:34:46 +00:00
functions - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
html - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
locale - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
main - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
plugins - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
static/layout1 added: now plugin ticket uses a new horizontal table (plugins.ticket) 2010-10-19 00:31:20 +00:00
templates - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
templatesnotify - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
txt - now the mess with threads has gone away 2010-12-02 01:02:02 +00:00
Makefile fixed: when signal comes winix properly exits 2010-11-23 21:52:25 +00:00