hello anyone up in here? any admins if available? i need help up_the_irons: is it possible to join some vlans togehter from different customers? also, got any stock on say, five e3 dedis o_o hazardous: probably should e-mail hi staticsafe ! what's up lol one box is no longer enough for me 10:26AM up 95 days, 17:40, 2 users, load averages: 47.63, 94.86, 80.16 nice hazardous: I would think the easiest proposition wrt multiple customers and multiple vlans is to somehow secure permission from two customers involved to have an extra nic on the other's vlan. email support@ of course for any official answers ;-) hazardous: not currently possible to join vlans; while what toddf would technically be feasible, the admin overhead (e.g. no way for me to track that currently) is not worth it hazardous: i actually do have exactly 5 e3 dedis left hazardous: but depending on ram req's, i may have to order more (as well as HDs) Oh hey I remember asking for that feature. :) up_the_irons: the vlans are pretty much the same situation i'd be in right now -- separate customers paying me to admin a box for them and provide a SaaS more or less, so i'd have portal logins for both up_the_irons: wouldn't it be simpler to have an extra shared vlan? mercutio: probably true hazardous: so yeah, separate customers would mean separate vlans does network traffic that goes through switches but never leaves arp cost money? maybe there should be a standard shared vlan people can join :) so not quite private but just not internet i'm actually surprised i'm somehow pushing 70mbit of http json gzipped trafifc hazardous: depends how much traffic; if it were enough to require infrastructure upgrades, then yes hazardous: wow up_the_irons: not much, prob <3-5mbit between servers with expires set? mercutio: it's api traffic, clients don't respect expire or anything consumed by android apps and stuff ahh must be lots of clients hazardous: that would not be costly, no hazardous: auth stuff or perhaps eligible for cdn ~1min cache? jbergstroem: i use redis+varnish for 'cache', but data changes within 3sec ok i'm looking for a nosql db atm actually, any recommendations on that not really. i try to avoid stuff like mongodb, just denormalise stuff in postgres if i need speed and serialise it into redis hazardous: "nosql db" is vague. What data are you looking to store? Will postgres's HStore handle it? How about Redis? Cassandra? Or do you need to search graphs? In that case I'd recommend Neo4J. i'm storing json documents 5-15mb sized json documents my first thought was postgres json(?) type but it was kinda .. urgh