Iñaki Baz Castillo <[email protected]> wrote: > El Miércoles, 23 de Diciembre de 2009, Eric Wong escribió: > > But again, you don't need to use DRb for this. > > As I've said in other thread I want DRb to get some info related to the > application. A DRb client console could be used to check application > database(s) connection and so. > What would you suggest for this rather than DRb server?
As I said before, write an endpoint in your HTTP application that calls and displays all the needed info you need. Something that hits the database(s) and/or whatever else you're using. There's no need to introduce another socket protocol into that process. -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
