On Sun, Sep 15, 2013 at 3:36 PM, Muhammad Bashir Al-Noimi
<mbno...@gmail.com> wrote:
>> here: thechess.ru (chess playing site written
>> in Wt).
>
> Nice website :) can I add it to Sample Wt Applications page?
Yes, add it please :) Source: https://bitbucket.org/starius/thechess

http://starius.ru/wnoref/ is another one application. Like one-off
pastebin. Works without fails since started (yesterday).
Source: 
https://bitbucket.org/starius/wt-classes/src/tip/examples/wnoref.cpp?at=default

These two applications (and some other) are using my library
wt-classes (https://bitbucket.org/starius/wt-classes), which includes
useful additions for Wt library.

> Oops this is very bad behavior!
> Last up-time of my Apache+php+Postgresql server was 7 months although its
> hardware isn't modern at all!!!
Yes, it is not good. However, downtime 1 minute and uptime several
weeks is acceptable for small sites. Postgresql and apache are much
more stable than Wt and thechess. Though PHP creates new process for
each new request or keeps a process for some time (e.g., 10 mins) and
then replaces it with new one (if run in fcgi mode). IIRC Postgres
creates new process for each new connection (which means for each new
PHP instance). So the only service running for sure 7 month without
fails is Apache. Well, my nginx instance had been running for 1 year+
when I restarted it last time :)

С уважением,
Нагаев Борис

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to