Victor Stewart

Results 54 comments of Victor Stewart

I've been flirting with the idea of jumping ship to uWebSockets, but would need a "worker-per-logical-core" to do so. I was thinking of simply writing a fork-per-logical-core loop before initializing...

haha. think you might be my computer soulmate. I see what you mean with multithreaded_echo.cpp

cleared up for me how essentially there’s 0 performance difference between threads and processes inside the kernel https://stackoverflow.com/questions/807506/threads-vs-processes-in-linux

oh thanks! I'm running it on headless servers via terminal... i tried using a text-based browser but the Miner portion of the page just reads "Loading...". Any way to do...

awesome it's working now, thanks! someone should make a note of that on the README

sure let's do it 🖖🏿

sorry yes, unfortunately right now i'm buried in a bunch of work for a while so i don't know when i could commit to writing it just now.

the 1st test failed because the couldn't pull a resource from the network, and the other 2 because the parameters are currently unused in the StdContainer implementation.

meant *rename lol. my mind was focused on remaining. [[deprecated]] sounds like the least breaking way to fix it. but say the version was changed to 6.0, it's not unheard...

i didn't so i came up with this other solution which works! @ratijas ``` set(3rdParty_SDIR ${CMAKE_BINARY_DIR}/3rdparty/Source) set(3rdParty_BDIR ${CMAKE_BINARY_DIR}/3rdparty/Build) ... ExternalProject_Add(rust URL https://static.rust-lang.org/dist/rust-1.51.0-x86_64-unknown-linux-gnu.tar.gz DOWNLOAD_NAME rust CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ""...