John Nagle schrieb:
> Alexander Eisenhuth wrote:
>> Hallo Alltogether,
>>
>> I've searched in this mailing list, but it seems to me that there is
>> no general approach to pass exceptions from one thread to another.
>
>Very few languages have that.
>
>Actually, it could be made to work f
Alexander Eisenhuth wrote:
> Hallo Alltogether,
>
> I've searched in this mailing list, but it seems to me that there is no
> general approach to pass exceptions from one thread to another.
Very few languages have that.
Actually, it could be made to work for Python, but it would have to
Hallo Alltogether,
I've searched in this mailing list, but it seems to me that there is no general
approach to pass exceptions from one thread to another.
I think most application do a unique way of handling "unhandled exceptions", at
least they (should) try to log them.
The following discussi