In our previous episode, Fabio Luis Girardi said:
> The same question that I posted on bugtracker:
>
> Linux, BSD, Unix, has another threaddriver than cthreads?
No.
> If no, why not
> make cthreads unit the default threaddriver for Unix?
Because then all apps are linked to it, also the ones th
Am 25.07.2014 15:11 schrieb "Ewald" :
>
> On 07/25/2014 03:04 PM, Fabio Luis Girardi wrote:
> > The same question that I posted on bugtracker:
> >
> > Linux, BSD, Unix, has another threaddriver than cthreads? If no, why
> > not make cthreads unit the default threaddriver for Unix?
>
> I read somewh
2014-07-25 10:10 GMT-03:00 Ewald :
> On 07/25/2014 03:04 PM, Fabio Luis Girardi wrote:
> > The same question that I posted on bugtracker:
> >
> > Linux, BSD, Unix, has another threaddriver than cthreads? If no, why
> > not make cthreads unit the default threaddriver for Unix?
>
> I read somewhere
On 07/25/2014 03:04 PM, Fabio Luis Girardi wrote:
> The same question that I posted on bugtracker:
>
> Linux, BSD, Unix, has another threaddriver than cthreads? If no, why
> not make cthreads unit the default threaddriver for Unix?
I read somewhere some time ago that the main reason for this was t
The same question that I posted on bugtracker:
Linux, BSD, Unix, has another threaddriver than cthreads? If no, why not
make cthreads unit the default threaddriver for Unix?
2014-07-25 7:33 GMT-03:00 Michael Van Canneyt :
>
>
> On Fri, 25 Jul 2014, Mark Morgan Lloyd wrote:
>
> Michael Van Cann
On Fri, 25 Jul 2014, Mark Morgan Lloyd wrote:
Michael Van Canneyt wrote:
On Fri, 25 Jul 2014, Juha Manninen wrote:
I was asked why a threaded application compiles on Linux without "uses
cthreads" but it does not work.
cthreads must _always_ be added to uses section.
I had no answer to that.
Michael Van Canneyt wrote:
On Fri, 25 Jul 2014, Juha Manninen wrote:
I was asked why a threaded application compiles on Linux without "uses
cthreads" but it does not work.
cthreads must _always_ be added to uses section.
I had no answer to that. IMO such errors should be trapped at
compile-time
On Fri, 25 Jul 2014, Juha Manninen wrote:
I was asked why a threaded application compiles on Linux without "uses
cthreads" but it does not work.
cthreads must _always_ be added to uses section.
I had no answer to that. IMO such errors should be trapped at
compile-time, not at run-time.
Could i
I was asked why a threaded application compiles on Linux without "uses
cthreads" but it does not work.
cthreads must _always_ be added to uses section.
I had no answer to that. IMO such errors should be trapped at
compile-time, not at run-time.
Could it be fixed somehow?
Many people experience the