Wednesday, 4 August 2010New white paper: Horizontally scalable web applicationsIn order to manage the success and popularity of a web site, it needs to be designed to cope with a growing number of users. Applications need to scale upwards to remain responsive during times of heavy load, and backwards to reduce TCO when costly resources are no longer needed. Our aim is to provide a timely and seamless user experience without needing to invest in a permanent platform ready for the biggest potential future traffic spike. In this white paper, we will discuss horizontal scaling, or adding additional resources (typically servers) to an existing infrastructure and spreading the load of one or more of the subsystems out across them. Because of its "shared nothing" design philosophy, PHP excels at horizontal scaling. We'll only briefly cover vertical scaling (additional RAM, CPUs or hard disk space), as every system can benefit from having bigger servers to run on. There are two main challenges to scaling applications horizontally: 1) Designing an application that can be scaled as and when the need arises. To do this requires some architectural planning of the system, using techniques such as:
2) Arriving at a system which can add and remove resources automatically. Download this white paper to learn several strategies for horizontal scaling of PHP applications, as well as to understand the overhead required for each one. We'll also make some recommendations about the kinds of scenarios which render each strategy a useful platform choice. Download now (free, but we ask you to leave your contact details)
Geplaatst door Soila Patajoki
op
11:19
| Reactie (1)
| Trackbacks (0)
Tags voor deze bijdrage: scalability
Friday, 30 July 2010Reaching the forgotten audienceCurrently millions of people through disability or age find it difficult or impossible to use the web because of accessibility barriers. The international web standards organisation W3C defines accessibility as follows: "Web accessibility means that people with disabilities can use the Web. More specifically, Web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the Web, and that they can contribute to the Web. Web accessibility also benefits others, including older people with changing abilities due to ageing." There have been a number of events/developments this year in the UK on the accessibility front that are significant for those responsible for delivering services online. Ga door met lezen van "Reaching the forgotten audience" Friday, 23 July 2010Software Development and Black SwansIn 2007, Nassim Nicholas Taleb wrote a very influential book called The Black Swan - the title referencing to the idea that no matter how many white swans you see, you can never infer from them the existence of a (much rarer) black swan. The book was concerned with extreme events, particularly in the realm of investing, and how their likelihoods are so commonly underestimated. Taleb argues, among other things, that investors work under a flawed assumption that stock prices movements are normally distributed, so extreme market movements are unlikely. They are unlikely, but much less than expected, because traders do not always act rationally, and outside events can have a huge impact. He describes these unexpected triggers as black swans - surprising events, with a large impact. So what does this have to do with software development?Plenty, when it comes to estimating, planning and delivering projects. Most people have an assumption that a software project is, at heart, a reasonably predictable thing, and to varying degrees they're correct - based on experience, seasoned developers and project managers can usually come up with fairly decent estimates of how long a project will take. However, they all attribute incorrectly low probabilities to 'extreme' events occurring, which makes software projects more risky than they need to be. This is exacerbated by the speed of web projects, which, particularly in languages like PHP, are shorter and faster moving than more traditional projects. This means absolutely smaller events can have relatively larger impacts on the schedule. Ga door met lezen van "Software Development and Black Swans" Wednesday, 7 July 2010Scalability: People, Processes, Technology
In order to manage the success and popularity of a web site, it needs to be designed to cope with a growing number of users. A site designed to support 50 concurrent users can't serve thousands of simultaneous visitors without collapsing. Thus, the very success of a web site could also be the cause of its failure, if it is not able to sustain the sudden and exponential growth in number of users or requests.
A recent study by Computing & Double Take revealed that 83% of UK organisations admit downtime of several hours or more. Even if you manage to avoid a complete collapse, users will not stick around on a slow-loading site. The ability to grow (and shrink!) depending on need or availability thus becomes critical, directly affecting your revenue stream. A system that's able to cope with this changing demand is called scalable. Ga door met lezen van "Scalability: People, Processes, Technology" Thursday, 24 June 2010What's current in the world of PHP?
2 weeks ago, Ibuildings organised the fourth Dutch PHP Conference in the RAI centre in Amsterdam. DPC is a way for us to help PHP developers learn new skills and improve existing ones, but it is also an excellent way to get experts from around the world together and learn about current trends in the PHP ecosystem.
Ga door met lezen van "What's current in the world of PHP?" Wednesday, 2 June 2010Integrating PHP And JavaPHP and Java are both languages with reputations for getting things done, and there are plenty of reasons for combining the two, particularly in an Enterprise environment. The most common situation is for an organisation with an existing Java infrastructure to want to develop PHP projects, for all the reasons any enterprise would choose PHP, such as speed of development, cost, desire to use specific open source applications, or availability of staff. Often this is inspired by an internal group who has started using Drupal, MediaWiki, Wordpress or similar to great effect, but without the integration to the rest of the organisation's infrastructure that would be needed for a full scale roll out. There are many reasons to want to integrate these new developments with Java rather than just creating a separate silo - existing libraries or systems that would be difficult or expensive to replicate, well-tested systems providing key functionality, and an existing team of developers are just a few. So, the best way is often to mix and match the two - which is easier than it might first appear. Ga door met lezen van "Integrating PHP And Java" Wednesday, 26 May 2010Valuing AgileIt's not too hard to sell someone on agile, whether internally or between organisations. Almost every objection from a traditional project perspective can be countered by the flexible change process, and the potential for better results, and ultimately lower costs. However, at best this creates passive acceptance, which is just about enough for someone not directly involved in a project, but can cause a project to become massively unstuck if that person is a dependency. It is also a fragile acceptance - if a project goes awry, then the merely accepting person is likely to start pushing back towards traditional methods, to the detriment of the project. The eventual failure then reinforces any existing reservations towards agile. What agile needs to succeed in is understanding and support, and that requires a difficult mental shift - viewing work in terms of business value. Even experienced agile practitioners can get bogged down in implementation, and forget the why of what they are doing. This is because our experience teaches us to think in terms of problems and solutions, and to prefer the better known to the unfamiliar. We get so focused on building software we don't stop to think whether it does what we really need. Ryan Shriver describes this as not knowing the difference between "delivering things right, and delivering the right thing". Ga door met lezen van "Valuing Agile"
Geplaatst door Ian Barber
op
10:28
| Reacties (0)
| Trackback (1)
Tags voor deze bijdrage: agile, agile development, business, development, enterprise, methodologies, methodology, project, project management
Tuesday, 18 May 2010Creating Content Site RequirementsCore site content management system projects are incredibly common, but they are also often drawn out and painful. They're complicated projects because they often have a large number of stakeholders across different parts of the company. They can be a key part of digital or broader strategies, but also used for the most minor parts of day-to-day business. This mix makes it very difficult to tease out the essential aspects of the site, leading to a series of disappointing upgrades and replacements. A successful CMS project begins with a good vision for the end result, which is expressed as a good set of requirements. Where most projects fall down is not in gathering enough requirements, but in gathering the right ones - and that's all about finding the real business value. Ga door met lezen van "Creating Content Site Requirements"
Geplaatst door Ian Barber
op
10:03
| Reacties (2)
| Trackbacks (0)
Tags voor deze bijdrage: business, cms, cms selection, compatibility, content management, content management system, enterprise, project, project management, requirements, technology choice
Tuesday, 11 May 2010New White Paper: 8 Tips for Avoiding Vendor Lock-inVendor lock-in makes companies unable to switch suppliers without substantial costs or inconvenience. While standards bodies and an increased focus on interoperability have helped reduce the threat of application lock-in, website and web application development can still be a minefield. Often, site owners only realise the dangers of lock-in once they are trapped with rising support and maintenance costs, slow and expensive change processes, and the prospect of prohibitive costs to develop an equivalent solution from scratch. In this white paper, Ian Barber, one of the technical consultants in Ibuildings' Professional Services delivery unit, looks at eight ideas that can help companies avoid vendor lock-in:
Following these guidelines, it is possible to realise the benefits of working with external suppliers without fear of lock-in. Download a PDF copy now (free, but we ask you to leave your contact details) Friday, 9 April 2010Migrating a dev team to an OO team (Part 2)
It's been nearly six months after my initial post on converting procedural teams to Object Oriented teams. After reading all the insightful comments on that post I've compiled a list with 10 steps to migrate your development team to an OO development team successfully.
With these 10 steps you are able to successfully migrate your team from a procedural team to an effective OO team. Read on for a detailed explanation of each step. Ga door met lezen van "Migrating a dev team to an OO team (Part 2)"
« vorige pagina
(Pagina 2 van 22, totaal 219 artikelen)
» volgende pagina
|
Blog
