Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
libuv
Conversations
About
libuv
1–30 of 615
Mark all as read
Report abusive group
0 selected
Nick Gian
,
amac...@grupopie.com
2
9/26/22
Error with json Parser
What does the error you mention in your personal project with a JSON parser with libuv have to do
unread,
Error with json Parser
What does the error you mention in your personal project with a JSON parser with libuv have to do
9/26/22
zerofat
,
Ben Noordhuis
4
7/29/22
libuv-1.44.2 build fails with stricter, non-default diagnostics options.
On Fri, Jul 29, 2022 at 8:19 AM zerofat <ijaask...@gmail.com> wrote: > > keskiviikko
unread,
libuv-1.44.2 build fails with stricter, non-default diagnostics options.
On Fri, Jul 29, 2022 at 8:19 AM zerofat <ijaask...@gmail.com> wrote: > > keskiviikko
7/29/22
Ihsan Dogan
,
Ben Noordhuis
2
2/2/22
Build Error on Solaris 10
On Sat, Jan 29, 2022 at 10:28 AM Ihsan Dogan <ihsan...@gmail.com> wrote: > > Hello,
unread,
Build Error on Solaris 10
On Sat, Jan 29, 2022 at 10:28 AM Ihsan Dogan <ihsan...@gmail.com> wrote: > > Hello,
2/2/22
Emmanuel Schmidbauer
,
Ben Noordhuis
3
12/29/21
write() & read() with pipe()
Yes, your understanding is correct. Basically, there is an external function which pushes an object
unread,
write() & read() with pipe()
Yes, your understanding is correct. Basically, there is an external function which pushes an object
12/29/21
Dan Nahari
10/27/21
What "internal_fields" variable stand for?
Hi all, libuv docs explain how timeout is calculated. In the code, the timeout is calculated by
unread,
What "internal_fields" variable stand for?
Hi all, libuv docs explain how timeout is calculated. In the code, the timeout is calculated by
10/27/21
Renato Maia
7/1/21
[WIN32,TTY] "unknown error" when read using a small buffer.
I noticed that libuv v1.x (963ecc82) in Windows 10, the 'uv_read_start' on a 'uv_tty_t
unread,
[WIN32,TTY] "unknown error" when read using a small buffer.
I noticed that libuv v1.x (963ecc82) in Windows 10, the 'uv_read_start' on a 'uv_tty_t
7/1/21
Renato Maia
,
Ben Noordhuis
4
6/30/21
[WIN32,TTY] 'uv_alloc_cb' is called before 'uv_read_start' returns.
On Wed, Jun 30, 2021 at 12:57 AM maia....@gmail.com <maia....@gmail.com> wrote: > > On
unread,
[WIN32,TTY] 'uv_alloc_cb' is called before 'uv_read_start' returns.
On Wed, Jun 30, 2021 at 12:57 AM maia....@gmail.com <maia....@gmail.com> wrote: > > On
6/30/21
Renato Maia
6/25/21
[WIN32] 'uv_shutdown' on 'uv_pipe_t' also closes its reading side.
In libuv v1.x (963ecc82) in Windows 10, I noticed that if I 'uv_shutdown' a 'uv_pipe_t
unread,
[WIN32] 'uv_shutdown' on 'uv_pipe_t' also closes its reading side.
In libuv v1.x (963ecc82) in Windows 10, I noticed that if I 'uv_shutdown' a 'uv_pipe_t
6/25/21
Boris Feinstein
, …
Paul Romero
5
6/1/21
TLS Enabled HTTP Client using libuv
Hi: The model code I mentioned is attached to this note. Best Regards, Paul R. On 06/01/2021 12:08 PM
unread,
TLS Enabled HTTP Client using libuv
Hi: The model code I mentioned is attached to this note. Best Regards, Paul R. On 06/01/2021 12:08 PM
6/1/21
pa...@rcom-software.com
,
Jameson Nash
24
5/31/21
Possible Poll Corruption
Hi Folks: I worked out the kinks in my multi-task threaded Libuv oriented application and an overview
unread,
Possible Poll Corruption
Hi Folks: I worked out the kinks in my multi-task threaded Libuv oriented application and an overview
5/31/21
Nick Thompson
,
Reza Mahdi
5
4/5/21
Idler Pattern 95%
Thanks for the help. I see what you're saying but I guess I'm surprised and still confused. I
unread,
Idler Pattern 95%
Thanks for the help. I see what you're saying but I guess I'm surprised and still confused. I
4/5/21
Nick Thompson
4/3/21
Embed Thread & Event Polling
Hi, I'm working on a small project that follows a pattern quite like the example set in the test-
unread,
Embed Thread & Event Polling
Hi, I'm working on a small project that follows a pattern quite like the example set in the test-
4/3/21
Paul Cizmas
,
Ben Noordhuis
2
3/26/21
installing error on Mac OS X 10.13.6
On Fri, Mar 26, 2021 at 9:28 AM Paul Cizmas <ciz...@tamu.edu> wrote: > > Hello: > >
unread,
installing error on Mac OS X 10.13.6
On Fri, Mar 26, 2021 at 9:28 AM Paul Cizmas <ciz...@tamu.edu> wrote: > > Hello: > >
3/26/21
Benjamin Sergeant
3/4/21
Adding uv_thread_name + adding a way to name worker threads + query number of workers
Hi there, We have a tiny patch that we feel would better live upstream, so that we can name lib
unread,
Adding uv_thread_name + adding a way to name worker threads + query number of workers
Hi there, We have a tiny patch that we feel would better live upstream, so that we can name lib
3/4/21
yalin zhang
3/4/21
how to improve the latency of invoking async callbacks?
I am doing Electron development. I got a performance problems. In my project, I used libuv to do
unread,
how to improve the latency of invoking async callbacks?
I am doing Electron development. I got a performance problems. In my project, I used libuv to do
3/4/21
pa...@rcom-software.com
, …
Jameson Nash
14
2/15/21
Detached Threads
v2 (aka master) On Mon, Feb 15, 2021 at 5:57 PM pa...@rcom-software.com <pa...@rcom-software.com
unread,
Detached Threads
v2 (aka master) On Mon, Feb 15, 2021 at 5:57 PM pa...@rcom-software.com <pa...@rcom-software.com
2/15/21
Michael W.
,
Ben Noordhuis
3
1/20/21
Mirror Networking Team using libuv for Unity (C#), looking for help to fix some crashes/leaks because we don't know libuv
Thank you Ben, it's a great honor to have one of the core devs give feedback :) I'll reach
unread,
Mirror Networking Team using libuv for Unity (C#), looking for help to fix some crashes/leaks because we don't know libuv
Thank you Ben, it's a great honor to have one of the core devs give feedback :) I'll reach
1/20/21
Jonah Fox
,
Ben Noordhuis
2
1/12/21
integrating soundcard callbacks with libuv
On Mon, Jan 11, 2021 at 12:37 PM Jonah Fox <jona...@gmail.com> wrote: > > Hi I'm
unread,
integrating soundcard callbacks with libuv
On Mon, Jan 11, 2021 at 12:37 PM Jonah Fox <jona...@gmail.com> wrote: > > Hi I'm
1/12/21
pa...@rcom-software.com
, …
Iñaki Baz Castillo
16
1/2/21
LIBUV: Releasing Handles & epoll Oriented Reads
Hi Folks: I implemented a method, which I believe is in line with your previous recommendations, to
unread,
LIBUV: Releasing Handles & epoll Oriented Reads
Hi Folks: I implemented a method, which I believe is in line with your previous recommendations, to
1/2/21
Ondřej Surý
3
12/3/20
Multi-thread socket listening (aka SO_REUSEPORT(_LB)
Again replying to myself... The TCP is also ok with just sharing the socket and nothing else has to
unread,
Multi-thread socket listening (aka SO_REUSEPORT(_LB)
Again replying to myself... The TCP is also ok with just sharing the socket and nothing else has to
12/3/20
Renato Maia
,
Jameson Nash
3
10/19/20
'uv_tty_init' prevents FD to be used by child processes
Yes, this is a known issue (https://github.com/libuv/libuv/issues/2062). In my experience, embedding
unread,
'uv_tty_init' prevents FD to be used by child processes
Yes, this is a known issue (https://github.com/libuv/libuv/issues/2062). In my experience, embedding
10/19/20
David Landon
,
Ben Noordhuis
3
8/18/20
Memory allocation for udp_recv_start callbacks
Hi Ben, Thanks a million(!) for taking a look. On the Max side of things, I'm attaching a toggle
unread,
Memory allocation for udp_recv_start callbacks
Hi Ben, Thanks a million(!) for taking a look. On the Max side of things, I'm attaching a toggle
8/18/20
Jason Heeris
, …
Ben Noordhuis
7
8/12/20
Queuing multiple, separate function calls in the main loop
On Wed, Aug 12, 2020 at 3:17 AM Jason Heeris <jason....@gmail.com> wrote: > > On
unread,
Queuing multiple, separate function calls in the main loop
On Wed, Aug 12, 2020 at 3:17 AM Jason Heeris <jason....@gmail.com> wrote: > > On
8/12/20
Bill Engelke
, …
Ariel Machado
7
8/7/20
How do I keep a TCP socket open?
Thanks for the very good suggestion on including signal handlers; I was aware that this could be done
unread,
How do I keep a TCP socket open?
Thanks for the very good suggestion on including signal handlers; I was aware that this could be done
8/7/20
Bill Engelke
, …
Reza Mahdi
8
7/22/20
What is wrong with my hearbeat code??
Well, in addition to that, I advise you to check the socket validity first ( by uv_is_active) because
unread,
What is wrong with my hearbeat code??
Well, in addition to that, I advise you to check the socket validity first ( by uv_is_active) because
7/22/20
Bill Engelke
,
Ben Noordhuis
4
7/19/20
Do I need to build libuv from source to get latest version to run in Ubuntu?
I found the source of the crash I had been having, and (as I suspected) it was unrelated to libuv;
unread,
Do I need to build libuv from source to get latest version to run in Ubuntu?
I found the source of the crash I had been having, and (as I suspected) it was unrelated to libuv;
7/19/20
Ariel Machado
, …
tom zhou
4
7/9/20
Transfer a tcp handle between main thread and worker thread
Hi Ariel: you may try or check how does node.js implement cluster and work_thread model. Best regards
unread,
Transfer a tcp handle between main thread and worker thread
Hi Ariel: you may try or check how does node.js implement cluster and work_thread model. Best regards
7/9/20
Ariel Machado
,
Iñaki Baz Castillo
2
7/6/20
newbie question: uv_close and free the memory of the handle
No. You must always wait for the close cb before you free memory. El lun., 6 jul. 2020 20:11, Ariel
unread,
newbie question: uv_close and free the memory of the handle
No. You must always wait for the close cb before you free memory. El lun., 6 jul. 2020 20:11, Ariel
7/6/20
sachchidanand upadhyay
6/14/20
libuv 1.38 installation failed on rhel 8
Hi, while compiling libuv 1.38 on rhel 8 , i'm getting error as : FAIL: test/run-tests ==========
unread,
libuv 1.38 installation failed on rhel 8
Hi, while compiling libuv 1.38 on rhel 8 , i'm getting error as : FAIL: test/run-tests ==========
6/14/20
Shreyansh Chouhan
2
6/8/20
fsevent notifications not consistent on linux. Luvit.
Whoops, looks like it isn't related to libuv. I just tried it with libuv in c and it works
unread,
fsevent notifications not consistent on linux. Luvit.
Whoops, looks like it isn't related to libuv. I just tried it with libuv in c and it works
6/8/20