View Single Post
Old 2010-10-22, 04:05 PM   #21
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Quote:
Originally Posted by Cleo View Post
You have your tweets being posted on Facebook so that is where I've been seeing them.

It's actually kind of interesting. Just wish I could understand it more.
That was a very cryptic one based on a request from one of the guys that wrote a piece of the software I was using.

Quote:
‎(#varnish + #uwsgi + #pylons + [#nginx) + #tornado + #redis + {#mysql + #hadoop] + #python} union of a lot of technology to fix a problem
Basically:

one process is running as a Content Delivery Network, running Varnish in front of Nginx to serve content.

Another process is running Varnish in front of Nginx, using uwsgi to talk with an application written in Pylons.

The 'engine' is written to run with Nginx in front of tornado, which uses Redis, Mysql and Hadoop to store data.

Then, another process does analytic work in Python and talks with mysql/hadoop) and possibly redis after last night's redesign of a few processes.

Was rather difficult to put all of that in 140 characters. I guess after last night, it should be:

Quote:
‎(#varnish + #uwsgi + #pylons + [#nginx) + #tornado + {#redis + #mysql + #hadoop] + #python} union of a lot of technology to fix a problem
However, after some work this morning it is possible that the engine won't talk to mysql. That removes a bit of code from the 5.7kb engine.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote