💾 Archived View for bbs.geminispace.org › u › mbays › 17016 captured on 2024-08-18 at 21:07:50. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-06-16)

➡️ Next capture (2024-08-31)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 🚀 mbays

Re: "cgisesh - a tiny cgi session manager for games TLDR: I am..."

In: u/stack

Another solution to the same kind of problem, with sessions as processes rather than stored data:

— gemini.thegonz.net/gemrepl/

(It's an unfinished work-out-of-progress, but it basically works and I use it for some things)

🚀 mbays

May 16 · 3 months ago

1 Later Comment

🚀 stack [OP] · Jun 05 at 21:16:

Caching implemented. Most-recent 16 users are now in the cache, with an instant response.

Not only the cache accelerates access (repeated hits expected), but within the cache itself, every hit gets a promotion towards the start of the search, guaranteeing top position after a few hits. Active users will get super-fast results.

Original Post

🚀 stack

cgisesh - a tiny cgi session manager for games TLDR: I am making a minimal in-memory "session database server" for keeping track of user data, ideal for games. Any thoughts? Every time I try to make a quick-and dirty CGI game or sketch out a simple application, I get really frustrated. Gemini conviniently provides user certificates which can be used to track sessions, but things get complicated very fast. I am making a minimal subsystem for keeping track of user-associated data, ideal for...

💬 4 comments · 2 likes · May 15 · 3 months ago