jvo203

Results 33 comments of jvo203

I use pthreads inside C and then OpenMP from within FORTRAN at the same time. Would protecting all logger%info() calls with a mutex (e.g. glib GMutex) inside FORTRAN be enough...

Count me too, I would like to replace the bog-standard HTTP.jl + WebSockets.jl with Genie.jl. However, the lack of full support for Distributed.jl with #workers > 1 is a show-stopper....

Thanks but no thanks! I need to prioritise the scarce development time, there are deadlines at work. As it stands the hurdles in adopting Genie.jl are pretty high: 1. Fixing...

One thing to bear in mind: the reason for putting mmap inside the array class is the need to know the exact size of the buffer that needs to be...

@lindstro At the very least making all the memory-related functions like alloc/free virtual would be most welcome (and easiest for you!). At first I tried to extend zfp by adding...

Yes, a white theme would be most welcome. I exclusively use e-ink monitors which **REQUIRE** a black text on a white background. Black themes are unreadable on e-ink monitors due...

Whilst Oxygen does seem to have a lot of functionality covered, the one major thing that's missing is WebSockets.

Whilst I appreciate concerns for the existing user base, change is inevitable. It is called _progress_. Existing projects relying on libmicrohttpd would need to update / re-compile their code. Just...

> #### Verification Process > Created and tested an example application `hello_world_websocket.cpp` under Ubuntu 20.04. Hi are there any plans to provide a C-only WebSocket example? My project uses FORTRAN...