Zitat von Vincent Snijders <[EMAIL PROTECTED]>:
> Florian Klaempfl schreef:
> > Mattias Gärtner schrieb:
> >> Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
> >>
> >>> [...]
> >>> This is the problem: At which point should this be done ?
> >>>
> >>> Can you point at the statement where it shou
Florian Klaempfl schreef:
Mattias Gärtner schrieb:
Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
[...]
This is the problem: At which point should this be done ?
Can you point at the statement where it should be raised in the following
code:
try
...
DoParallel(...);
...
except
Mattias Gärtner schrieb:
> Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
>
>> [...]
>> This is the problem: At which point should this be done ?
>>
>> Can you point at the statement where it should be raised in the following
>> code:
>>
>> try
>>...
>>DoParallel(...);
>>...
>> e
Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
>[...]
> This is the problem: At which point should this be done ?
>
> Can you point at the statement where it should be raised in the following
> code:
>
> try
>...
>DoParallel(...);
>...
> except
> end;
>
> There is only 1 possibl
Zitat von Florian Klaempfl <[EMAIL PROTECTED]>:
> Mattias Gärtner schrieb:
> >> raised ?
> >
> > It should be raised in the starter thread. The question is how to
> > - stop an exception in a thread (try..except)
> > - give it to another thread - the starter thread (giving the object is
> easy, bu
Mattias Gärtner schrieb:
>> raised ?
>
> It should be raised in the starter thread. The question is how to
> - stop an exception in a thread (try..except)
> - give it to another thread - the starter thread (giving the object is easy,
> but
> ...)
> - continue the helper thread (this will normally
Zitat von Marco van de Voort <[EMAIL PROTECTED]>:
> In our previous episode, Mattias Gärtner said:
> > > > What should happen when an exception occurs?
> > >
> > > AFAIK any unhandled exception in a thread will cause it to silently die
> >
> > Yes, and that should never happen. At least not for no
On Thu, 11 Dec 2008, Mattias Gärtner wrote:
> Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
>
> >
> >
> > On Thu, 11 Dec 2008, Mattias Gärtner wrote:
> >
> > > Zitat von Florian Klaempfl <[EMAIL PROTECTED]>:
> > >
> > > > Mattias Gärtner schrieb:
> > > > > I'm writing a unit to simplify
Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>:
>
>
> On Thu, 11 Dec 2008, Mattias Gärtner wrote:
>
> > Zitat von Florian Klaempfl <[EMAIL PROTECTED]>:
> >
> > > Mattias Gärtner schrieb:
> > > > I'm writing a unit to simplify parallel methods/procedures.
> > > >
> > > > For example:
> > > >
In our previous episode, Mattias G?rtner said:
> > > What should happen when an exception occurs?
> >
> > AFAIK any unhandled exception in a thread will cause it to silently die
>
> Yes, and that should never happen. At least not for normal exceptions like out
> of memory, index out of bounds, io
On Thu, 11 Dec 2008, Mattias Gärtner wrote:
> Zitat von Florian Klaempfl <[EMAIL PROTECTED]>:
>
> > Mattias Gärtner schrieb:
> > > I'm writing a unit to simplify parallel methods/procedures.
> > >
> > > For example:
> > > DoParallel(@AMethod,StartIndex,EndIndex,Data);
> > >
> > > The AMethod
Zitat von Luca Olivetti <[EMAIL PROTECTED]>:
> En/na Mattias Gärtner ha escrit:
> > I'm writing a unit to simplify parallel methods/procedures.
> >
> > For example:
> > DoParallel(@AMethod,StartIndex,EndIndex,Data);
> >
> > The AMethod is executed with several threads in parallel.
> >
> > What s
Zitat von Florian Klaempfl <[EMAIL PROTECTED]>:
> Mattias Gärtner schrieb:
> > I'm writing a unit to simplify parallel methods/procedures.
> >
> > For example:
> > DoParallel(@AMethod,StartIndex,EndIndex,Data);
> >
> > The AMethod is executed with several threads in parallel.
> >
> > What should
On 10 Dec 2008, at 22:12, Luca Olivetti wrote:
En/na Mattias Gärtner ha escrit:
I'm writing a unit to simplify parallel methods/procedures.
For example:
DoParallel(@AMethod,StartIndex,EndIndex,Data);
The AMethod is executed with several threads in parallel.
What should happen when an exceptio
En/na Mattias Gärtner ha escrit:
I'm writing a unit to simplify parallel methods/procedures.
For example:
DoParallel(@AMethod,StartIndex,EndIndex,Data);
The AMethod is executed with several threads in parallel.
What should happen when an exception occurs?
AFAIK any unhandled exception in a
Mattias Gärtner schrieb:
> I'm writing a unit to simplify parallel methods/procedures.
>
> For example:
> DoParallel(@AMethod,StartIndex,EndIndex,Data);
>
> The AMethod is executed with several threads in parallel.
>
> What should happen when an exception occurs?
> It would be nice if the exce
I'm writing a unit to simplify parallel methods/procedures.
For example:
DoParallel(@AMethod,StartIndex,EndIndex,Data);
The AMethod is executed with several threads in parallel.
What should happen when an exception occurs?
It would be nice if the exception can be transfered to the main thread.
17 matches
Mail list logo