Permalink
Mohit on scalability
  • vote
    16
    0 starsmohit | Shared With: Everyone - Jun 06 2008 | amazon, data center, scalability

    Amazon is down. Outages happen even at the top sites.

    Quoted: Http/1.1 Service Unavailable

  • vote
    6
    0 starsmohit | Shared With: Everyone - May 30 2008 | twitter, facebook, scalability, social software
    Facebook | Twitter IM outage brings TwitterSync down

    This explains why TwitterSync has not been working the past week.

    Quoted: That's the difference. The Twitter app uses the Twitter API while TwitterSync uses IM - if IM is working, TwitterSync is faster and can update more often.

  • vote
    24
    0 starsmohit | Shared With: Everyone - Apr 30 2008 | development, amazon, s3, scalability, data center, todo
    Amazon.com: Amazon DevPay, Amazon Web Services

    I've been waiting for something like this.

    Quoted: Amazon DevPay removes the pain of having to create or manage your own order pipeline or billing system. It allows you to quickly sign up customers, automatically meter their usage of AWS services, have Amazon bill them based on pricing you set, and collect payments.

  • vote
    17
    0 starsmohit | Shared With: Everyone - Apr 24 2008 | development, asp, net, c#, scalability, programming
    Wicked Code: Scalable Apps with Asynchronous Programming in ASP.NET

    Quoted: A truly scalable ASP.NET Web site makes optimum use of the thread pool. That means making sure request-processing threads are executing code instead of waiting for I/O to complete. If the thread pool becomes saturated due to all the threads grinding away on the CPU, there's little you can do but add servers.
    .
    However, most Web apps talk to databases, Web services, or other external entities, and limit scalability by forcing thread-pool threads to wait for database queries, Web service calls, and other I/O operations to complete.

  • vote
    16
    0 starsmohit | Shared With: Everyone - Apr 22 2008 | mysql, memcached, data center, scalability, todo
    MySQL Conf - Memcached Internals - igvita.com

    Quoted: However, it is also an extremely simple piece of software: all of the logic is client-side, there is no security model, failover, backup mechanisms, or persistence (albeit the last one is in the roadmap). But that hasn't stopped the developers from deploying it in all kinds of environments, and here are a few best practices suggested by Brian:

  • vote
    6
    0 starsmohit | Shared With: Everyone - Apr 10 2008 | mysql, development, web development, replication, scalability, innovator's dilemma

    Some of the referenced blog posts are quite interesting, too.

    Quoted: There are interesting posts these day about future of MySQL Replication by Brian Frank and Arjen. I think it very interesting to take a look at a bit bigger picture using framework from Innovators Dilemma and Innovators Solution.
    ...
    All these requirements made traditional databases irrelevant for many web properties - too complex and too expensive to start with.

  • vote
    6
    0 starsmohit | Shared With: Everyone - Dec 04 2007 | scalability, heartbeat, linux, datacenter, mysql

    You can use this w/mysql to enable automatic recovery when a master fails.

    Quoted: Heartbeat works like this: you tell Heartbeat which computer owns a particular resource (which computer is the primary server), and the other computer will automatically be the backup server. You then configure the Heartbeat daemon running on the backup server to listen to the “heartbeats” coming from the primary server. If the backup server does not hear the primary server’s heartbeat, it initiates a failover and takes ownership of the resource.

  • vote
    49
    0 starsmohit | Shared With: Everyone - Jul 12 2007 | monitoring, blue dot, serverscheck, todo, scalability, data center
    Homepage of ZABBIX :: An Enterprise-Class Open Source Distributed Monitoring Solution

    Looks very cool -- potentially better than the 'for pay' product (ServersCheck) that we are using now.

    Quoted: ZABBIX is an enterprise-class open source distributed monitoring solution for networks and applications.

  • vote
    7
    0 starsmohit | Shared With: Everyone - Jul 12 2006 | amazon, werner vogels, blogs, scalability
    All Things Distributed: A New Family Member

    Quoted: In recent presentations I have been demonstrating how Amazon Engineers are scalability experts who can take any concept idea and turn it into a service that can serve hundreds of customers and then grow it seamlessly to support hundreds of millions of customers. In the Amazon world there is no such thing as a limited beta; everything needs to be production quality when it launches and scale in every possible dimension. Incremental scalability is a key fundamental concept in all of our designs such that we can handle growth reliably and cost-effectively.

  • vote
    3
    0 starsmohit | Shared With: Everyone - Jun 02 2006 | technorati, scalability, blogs
    All Things Distributed: Growing (up) is hard

    Technorati went down. The humorous message..

    Quoted: The Flying Spaghetti Monster has arrived and we have all been taken to planet Zeus 94 to kneel before Zod. All this is a little much for us to handle at the moment so come back later please. And leave a quarter in the collection tray on your way out.

1 - 10 of 15 Faves

Related Content from Around Faves

data center

VIEW ALL

developer

  • mohit
    Feb 29 2008

    You need to use an ASP:Button and not just an input if you want client-side validation in ASP.Net.

    Quoted: The onclick attribute, along with the script, is added inside the AddAttributesToRender method of the Button control. The WebForm_DoPostBackWithOptions function can be examined in the rendered web resource JavaScript file within Visual Studio 2005, as explained in the above section. This function is in the resource file named WebForms.js. The function takes an argument of type WebForm_PostBackOptions. This function is also responsible for invoking the Page_ClientValidate function, which sets the value of the Page_IsValid member. The complete validation process triggered by the click of a button process can be summarized in the workflow below.

    1 FaverViewed: 11 Times
  • talios - 8 days ago
    2 Favers
  • mohit - 8 days ago
    1 FaverViewed: 6 Times
VIEW ALL