Nicholas Aiello

Results 5 comments of Nicholas Aiello

I ran some tests using the existing Worker and GeventWorker, and found some impressive results. My workers are running a simple database update to a MongoDB replica set, and for...

Why not have the GeventHorse extend Greenlet, so that you can closely manage each process? ``` class GeventHorse(Horse, Greenlet): def __init__(self, *args, **kwargs): super(GeventHorse, self).__init__(*args, **kwargs) def warm_shutdown(self): # wait...

@theofficialgman try this _POC branch_, https://github.com/nicholasaiello/GDLauncher/tree/arm64-updates i rebuilt those two dependencies in Raspberry Pi OS (64-bit), and made other changes to the build scripts in order to support arm64. the...

@cobalt2727 thanks for trying it. any luck running 1.17.x? the issues that i ran into (re: 1.17.x releases) seemed to be caused by my java configuration, and AFAIK i'm using...

> @nicholasaiello for one, you can't just setup your lwjgl binaries using that script and expect it to work > you need to tell gdlauncher the location of them so...