Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78139 invoked from network); 14 Feb 2013 17:02:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 17:02:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.47 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.128.47 mail-qe0-f47.google.com Received: from [209.85.128.47] ([209.85.128.47:55867] helo=mail-qe0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/C3-58622-6A81D115 for ; Thu, 14 Feb 2013 12:02:30 -0500 Received: by mail-qe0-f47.google.com with SMTP id 2so1161948qea.20 for ; Thu, 14 Feb 2013 09:02:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=iTX8lkIHmK812/CFQbSGji71L+EUl+NNWAQnReKOOMg=; b=KYHow9KY7Dh37xGvQsKwmEJsNTb/cVAF8Xl2WF2bGdvBIhaXpZPKQayJGu5iKB1DEm Tyi9FCssSy1NLdVhxtFzHzB7gpkaPO9p+JPOzS1361nNrCEWu+PRmnW89K4irYXU+v68 7edk0aiAgUFHBywLbQ4LsD6S3ldJU/Xbx0v+MtvFQX6dnRw5tduFR1LceONOKMaj/J1f Wda0wZSPJfDXZcHjpNl1cD3n5hyuu/s8dSFehyWchZlOyj+KZ/XlwgZllnKJ/chR/7P8 7zo6Rk+dedHuz4u0fO8UYygbRgrtmt+ycpoxawoNqiZDVW1WYVNYghVLDTKjFPOSdQ2w mD2Q== MIME-Version: 1.0 X-Received: by 10.49.128.231 with SMTP id nr7mr12022623qeb.49.1360861347814; Thu, 14 Feb 2013 09:02:27 -0800 (PST) Received: by 10.229.202.193 with HTTP; Thu, 14 Feb 2013 09:02:27 -0800 (PST) In-Reply-To: References: <511CEEB1.7040303@hoa-project.net> <511CF6D2.5050108@hoa-project.net> <511CF9A9.4030205@hoa-project.net> Date: Thu, 14 Feb 2013 17:02:27 +0000 Message-ID: To: Patrick ALLAERT Cc: ivan.enderlin@hoa-project.net, PHP Development Content-Type: multipart/alternative; boundary=047d7b6d9f1c399dd704d5b239a3 Subject: Re: [PHP-DEV] File system watcher/monitoring From: dragoonis@gmail.com (Paul Dragoonis) --047d7b6d9f1c399dd704d5b239a3 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Thu, Feb 14, 2013 at 5:00 PM, Patrick ALLAERT wr= ote: > 2013/2/14 Ivan Enderlin @ Hoa : > > I have written: =93On Linux, we have inotify (available in PHP through > > pecl/inotify)=94, so yup, I know for inotify :-). I propose to gather a= ll > > these API and give a proper one to the end-user. > > If you are doing so, I would suggest you to create this as a C > library, that way you could bring that feature to any > applications/languages and you would only have to create a bridge as a > PECL extension. > and to carry on from Patrick's point, it would probably be cleaner to do it this way so your library wouldn't need to work around PHP stuff. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7b6d9f1c399dd704d5b239a3--