mnapoli / phpBeanstalkdAdmin

[UNMAINTAINED] Beanstalkd admin interface
http://mnapoli.github.com/phpBeanstalkdAdmin/
Other
132 stars 15 forks source link

Support multiple servers? #18

Open sagikazarmark opened 9 years ago

sagikazarmark commented 9 years ago

This could be an interesting/useful feature. Either server/client side configuration is used.

sagikazarmark commented 9 years ago

@mnapoli can you give me some feedback on this one?

Option 1

Add some sort of database as a requirement. Downside: does not work with zero-config.

Option 2

LocalStorage (using javascript). Downside: it is not persistent which might be helpful.

mnapoli commented 9 years ago

Why not store the config in a file instead of a database?

sagikazarmark commented 9 years ago

When I said database I meant some form of data storage.

sagikazarmark commented 9 years ago

Option 3

Support both