leaningtech-dev team mailing list archive
-
leaningtech-dev team
-
Mailing list archive
-
Message #00033
Re: [Question #238531]: Capibilities that needs clarification
Question #238531 on Duetto changed:
https://answers.launchpad.net/duetto/+question/238531
Artem posted a new comment:
> About <thread> there is almost nothing to be done. Multi-threaded programs will need to be refactored
> in an event based form to run on the browser and pretending to support threading will actually do more
> harm than good in my opinion. The right thing might be to actually remove the header so that the compiler
> will let you know every time a threading construct is being used.
And if I want to spawn a thread in the server-side Duetto code?
Wouldn't removing a header prevent me from doing that?
Wouldn't it be better to have a static assertion failing only when the threading is used in the client-side code?
--
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Duetto.