Mostrando entradas con la etiqueta Tecnologia. Mostrar todas las entradas
Mostrando entradas con la etiqueta Tecnologia. Mostrar todas las entradas

miércoles, 18 de junio de 2008

Ya no se lleva el trafico sino el cashflow pero ...

Ya no se lleva el trafico como a ppos del 2000 y si el cashflow en Internet, pero via http://www.comscore.com/ cosas curiosas del consumo de video online (flipante)

Google Sites Remains #1 Property
http://www.comscore.com/press/release.asp?press=2270















11 Billion Videos Viewed Online in the U.S. in April 2008

18-34 Year Olds Viewed Nearly 5 Hours of Online Video per Person during the Month

http://www.comscore.com/press/release.asp?press=2268












El mundo cambia ...

lunes, 19 de mayo de 2008

Scalability -- Doing It Right

Descubierto vía http://highscalability.com/

Nice Ideas/Tips para hacer escalable un site via Nati Shalom http://natishalom.typepad.com/nati_shaloms_blog/2008/05/twitter-as-an-e.html

vamos ideas para hacer algo escalable a lo grande, grande ...

A
synchronous event-driven design: Avoid as much as possible any synchronous interaction with the data or business logic tier. Instead, use an event-driven approach and workflow

Partitioning/Shards: Design the data model to fit the partitioning model

Parallel execution:
Use parallel execution to get the most out of available resources. A good place to use parallel execution is the processing of users requests. Multiple instances of each service can take the requests from the messaging system and execute them in parallel. Another good place for parallel processing is using MapReduce for performing aggregated requests on partitioned data

Replication (read-mostly):
In read-mostly scenarios (LinkedIN seems to fall into this category well), database replication can help load-balance the read load by splitting the read requests among the replicated database nodes

Consistency without distributed transactions:
This was one of the hot topics of the conference, which also sparked some discussion during one of the panels I participated in. An argument was made that to reach scalability you had to sacrifice consistency and handle consistency in your applications using things such as optimistic locking and asynchronous error-handling. It also assumes that you will need to handle idempotency in your code. My argument was that while this pattern addresses scalability, it creates complexity and is therefore error-prone. During another panel, Dan Pritchett argued that there are ways to avoid this level of complexity and still achieve the same goal, as I outlined in this blog post.

Move the database to the background:
There was violent agreement that the database bottleneck can only be solved if database interactions happen in the background. (NOTE: I recently wrote a more detailed post explaining how you can effectively move the database to the background.


sábado, 17 de mayo de 2008

Cloud Computing

Via Sebas Muriel - http://www.sebasmuriel.es/2008/05/os-sents-identificados.html

me entero de la existencia del sitio Geek And Poke, molan!!! Me parto, me troncho y me mondo.

Para muestra un botón (y mira que me mola el concepto de cloud computing)

http://geekandpoke.typepad.com/geekandpoke/2008/05/simply-explaine.html

viernes, 4 de enero de 2008

The Rise and Rise of YouTube

The Rise and Rise of YouTube



Esto si que es escalar y escalar ... desde el primer video (adjunto)
- Abril de 2005 = 1 video.
- 2008 - mas de 100 millones de videos servidos diariamente ...

... que majos que además Google compro youtube por 1,65bn de dolares

Detrás de un gran sitio ... hay una gran arquitectura