Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 01:32:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 214338] [PATCH] devel/glib20: new kqueue() backend for file monitoring
Message-ID:  <bug-214338-6497-wJGnQ2BniG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214338

rozhuk.im@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199221|0                           |1
        is obsolete|                            |

--- Comment #65 from rozhuk.im@gmail.com ---
Created attachment 202832
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202832&action=
=3Dedit
new kqueue

- Add sharing/caching for file descriptor: create only one file handle for =
one
path, all events duplicateted to multiple subscribers.
- no trailing slash for dir names

Sharing/caching reduce x2 files descriptors in Thunar and improve browse sp=
eed
for non local dirs.
This already done in gio for inotify backend only.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214338-6497-wJGnQ2BniG>