I think, crashes are caused by errors in my code (thechess), not in
wthttp code, because other applications I run work for monthes without
fail. So wthttps, from my point of view, is stable enough to use in in
production. But do not use it without reverse proxy (I recommend
nginx), because nginx serves static files better (it is its main task)
and is more configurable for this than Wt. Nginx is resistant to some
DDoS attacks Wt doesn't. Another idea is that running wthttp without
reverse proxy means letting it to bind 80 port, which means running it
from root (which is bad idea) or giving permission to bind ports <
1000 to user running wthttp. Using nginx is much easier and safer.

So, wthttp is suitable for production, but behind nginx.

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


On Sun, Sep 15, 2013 at 8:19 PM, Muhammad Bashir Al-Noimi
<mbno...@gmail.com> wrote:
>
> On Sun, Sep 15, 2013 at 2:17 PM, Nagaev Boris <bnag...@gmail.com> wrote:
>>
>> Yes, it is not good. However, downtime 1 minute and uptime several
>> weeks is acceptable for small sites.
>
>
> Unsuitability of Wt is frustrated since I decided to use it instead of GWT!
> I thought wthttp may consider it as stable http server!
>
> Any way, I'm still need an answer for my last question; Can I deploy my Wt
> applications for wthttp without apache like servers?
>
>
> --
> Best Regards
> Muhammad Bashir Al-Noimi
>
> ------------------------------------------------------------------------------
> 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
>

------------------------------------------------------------------------------
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