From 717bceb6ff68ba3014461ca83485f8dd508ce82e Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 10 Dec 2008 20:24:22 -0600 Subject: [PATCH] Use kqueue on BSD --- basis/io/unix/bsd/bsd.factor | 11 +++-------- basis/io/unix/macosx/macosx.factor | 5 +---- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/basis/io/unix/bsd/bsd.factor b/basis/io/unix/bsd/bsd.factor index 50b4b610da..e1583478db 100644 --- a/basis/io/unix/bsd/bsd.factor +++ b/basis/io/unix/bsd/bsd.factor @@ -1,16 +1,11 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -IN: io.unix.bsd USING: namespaces system kernel accessors assocs continuations -unix io.backend io.unix.backend io.unix.select ; +unix io.backend io.unix.backend io.unix.kqueue ; +IN: io.unix.bsd M: bsd init-io ( -- ) - mx set-global ; -! kqueue-mx set-global -! kqueue-mx get-global -! dup io-task-fd -! [ mx get-global reads>> set-at ] -! [ mx get-global writes>> set-at ] 2bi ; + mx set-global ; ! M: bsd (monitor) ( path recursive? mailbox -- ) ! swap [ "Recursive kqueue monitors not supported" throw ] when diff --git a/basis/io/unix/macosx/macosx.factor b/basis/io/unix/macosx/macosx.factor index ef52b676fb..388d266b48 100644 --- a/basis/io/unix/macosx/macosx.factor +++ b/basis/io/unix/macosx/macosx.factor @@ -1,10 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. IN: io.unix.macosx -USING: io.unix.backend io.unix.bsd io.unix.kqueue io.backend +USING: io.unix.backend io.unix.bsd io.backend namespaces system ; -M: macosx init-io ( -- ) - mx set-global ; - macosx set-io-backend