Videos tagged with memory


Tekzilla Daily Tip #650: Windows: Schedule Automatic PC Shutdown

Tekzilla Daily Tip #650: Windows: Schedule Automatic PC Shutdown

Posted in Operating Systems, Companies, Podcasts, Networking

Restart your machine automaticallyLooking for a way to set your PC to shutdown or restart automatically? On today's Tekzilla Daily, Veronica shows you how to use ShutDown Timer, which lets you schedule a restart or shut down based on time, date, cpu temp, memory usage, and more! Hey Tekzilla fans, lots of real businesses save real time and real money with GoToMeeting. Watch this real story abou...

Tags: Technologies, OS, Windows, Microsoft, free, memory, software, Revision3, Tekzilla, computer, cpu, ...





RailsLab Scaling Rails: Episode #20 - On The Edge - Part 2

RailsLab Scaling Rails: Episode #20 - On The Edge - Part 2

Posted in Development, Frameworks, Databases

In this screencast we discover what typically causes Ruby server memory bloat, namely instantiating too many ActiveRecord objects. Thankfully there are several plugins which can help you detect when your application needs some help, and where your application is hurting the most. We start by taking a look at Rack-Bug, a toolbar which places all sorts of statistics about each requests at your fi...

Tags: Ruby, Ruby On Rails, Frameworks, Scalability, memory, ActiveRecord, Profiling, RailsLab, Broadcasting, Screencasts, Development, ...




Native Client: Native Code to Build Web Applications

Native Client: Native Code to Build Web Applications

Posted in Companies, Conferences, Web Technologies, Development

For those who are attending Google I/O 2009 (http://code.google.com/io/), these video are an opportunity to hear from some of the speakers in advance. The speakers introduce their topic and provide a preview of one or more topics that will be covered in their talks.Some applications require high-performance client-side computation. Native Client is a technology for running native code in web ap...

Tags: Google, Conferences, memory, Client, Web, Google Code, video, Development, Companies, application, preview, ...



Transactional Memory for Concurrent Programming

Transactional Memory for Concurrent Programming

Posted in Databases, Science

Transactional memory (TM) is an extremely promising new way to coordinate concurrent programs. TM eliminates many bugs that plague lock-based programs, such as omitted locking, deadlocks, and missed wake-ups. Even more importantly, TM supports modular programming, whereas locks effectively prevent it. TM is not a magic bullet, but it is nevertheless a potent new weapon in our armory. Come hear ...

Tags: Databases, Science, Lectures, Computer Science, transaction, memory, oscon