Mongrel2's Got Config Files, Streams MP3s
sheddingbikes.com
Mongrel2's Got Config Files, Streams MP3s
1–9 of 9 posts
Re: Mongrel2's Got Config Files, Streams MP3s
#2Re: Mongrel2's Got Config Files, Streams MP3s
#3I really hope he's announcing tomorrow that somebody is backing the project financially. That'd be awesome.
Re: Mongrel2's Got Config Files, Streams MP3s
#4He was talking about the config file viewer thing too. One of the things that pops out of having a SQLite as your configuration store is the ability to programmatically change your server's configs on the fly.
Re: Mongrel2's Got Config Files, Streams MP3s
#5Zed came by our office the other day to talk about supporting streamed logs with Mongrel2. As we already use 0MQ, it's a small change to our clients to support taking HTTP POSTs as log events. It's fucking fantastic, as Zed would say. :) He was talking about the config file viewer thing too. One of the things that pops out of having a SQLite as your configuration store is the ability to programmatically change your s…
I hope this catches on more. The old Unix way of changing some text file (with its own unique grammar) and sending some signal to some process needs to go away.
Re: Mongrel2's Got Config Files, Streams MP3s
#6Zed came by our office the other day to talk about supporting streamed logs with Mongrel2. As we already use 0MQ, it's a small change to our clients to support taking HTTP POSTs as log events. It's fucking fantastic, as Zed would say. :) He was talking about the config file viewer thing too. One of the things that pops out of having a SQLite as your configuration store is the ability to programmatically change your s…
>One of the things that pops out of having a SQLite as your configuration store is the ability to programmatically change your server's configs on the fly. I hope this catches on more. The old Unix way of changing some text file (with its own unique grammar) and sending some signal to some process needs to go away.
And while I'd prefer something like Lua, tcl or lisp to SQL, at least it ain't XML.
Re: Mongrel2's Got Config Files, Streams MP3s
#7Earlier quoted context omitted.
>One of the things that pops out of having a SQLite as your configuration store is the ability to programmatically change your server's configs on the fly. I hope this catches on more. The old Unix way of changing some text file (with its own unique grammar) and sending some signal to some process needs to go away.
If we would've reached that stage, I'd be happy enough. There's enough software out there that requires restarting the process and doesn't support the edit/HUP method. And while I'd prefer something like Lua, tcl or lisp to SQL, at least it ain't XML.
Re: Mongrel2's Got Config Files, Streams MP3s
#8Re: Mongrel2's Got Config Files, Streams MP3s
#9Earlier quoted context omitted.
If we would've reached that stage, I'd be happy enough. There's enough software out there that requires restarting the process and doesn't support the edit/HUP method. And while I'd prefer something like Lua, tcl or lisp to SQL, at least it ain't XML.
Configuration files need to be static key value or a relational algebra - you cannot have mutations and branches based on logic within a configuration or else you introduce issues you wouldn't want to even dream of.