This week was SUSE HackWeek again. And my main project this time was a 
rewrite of mojo-status. It got a
completely new storage backend based on File::Map, so it should be much 
more reliable now. And a bit
more pretty.

    https://github.com/mojolicious/mojo-status

Since the topic comes up every now and then, i've also made the storage 
backend reusable as a module.

    https://metacpan.org/pod/Mojo::MemoryMap

It is very fast, and can be safely shared between multiple prefork workers. 
But has the downside that
the maximum size cannot be changed once it has been initialised. So you 
need to plan a little ahead
when configuring the size.

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/8c80a9e4-f8bd-40e5-b751-dfb566686866%40googlegroups.com.

Reply via email to