Message from discussion
User-defined events?
Newsgroups: perl.perl6.internals
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <k_s...@hotmail.com>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Delivered-To: perl6-intern...@perl.org
Received-SPF: unknown
X-Originating-IP: [217.121.244.12]
X-Originating-Email: [k_s...@hotmail.com]
To: <perl6-intern...@perl.org>
Subject: User-defined events?
Date: Mon, 28 Jul 2003 21:30:36 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0084_01C3554F.7BF95120"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <BAY1-DAV50Vo2Zz8dmY0000ac49@hotmail.com>
X-OriginalArrivalTime: 28 Jul 2003 19:30:49.0071 (UTC) FILETIME=[BFCCCFF0:01C3553E]
X-SMTPD: qpsmtpd/0.27-dev, http://develooper.com/code/qpsmtpd/
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=3.6 required=7.0 tests=DATE_IN_FUTURE_06_12,FORGED_HOTMAIL_RCVD,SPAM_PHRASE_00_01,SUPERLONG_LINE,USER_AGENT_OE version=2.44
X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/
Approved: n...@nntp.perl.org
From: k_s...@hotmail.com (K Stol)
Lines: 26
------=_NextPart_000_0084_01C3554F.7BF95120
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello,
I've got a question concerning events.=20
As I read from previous discussions, an event is a message to the Parrot =
Interpreter saying something has happened: I/O jobs were finished, a =
timer went off, etc. These things are from 'outside' the system, that is =
something outside the interpreter gives a signal (such as a disk drive =
that generates an interrupt, indicating it finished disk IO). Except for =
the timer, I think, the timer will be some kind of built-in thing =
(right?).
(Ok, just a short explicit summary to check this)
Is it true that there will be operations for generating an event? So, =
unlike interrupt signals, these events are generated 'inside' the =
system. So, will there be an op like "postevent" or something?
How will this be done?=20
Klaas-Jan
------=_NextPart_000_0084_01C3554F.7BF95120--