Re: RFC 86 (v1) IPC Mailboxes for Threads and Signals

2000-08-10 Thread Uri Guttman
"CF" == Chaim Frenkel [EMAIL PROTECTED] writes: CF How does this look different from an inter-thread visible array CF treated as a queue? CF Thread A CF push(@workqueue, $val) CF Thread B CF $val = pop(@workqueue) CF Where accessing the global variable

Re: RFC 88 (v1) Structured Exception Handling Mechanism

2000-08-10 Thread Chaim Frenkel
See Graham Barr's previous email on this topic. eval {} else {} continue {} Very few new keywords, and rather than add something a complex mechainism to the catch section, why not use Damian's switch internally. This gives full flexibility to the user with little extra