[From nobody Wed Aug 5 07:29:56 2009 Return-path: <bounce-33053-5358535@newsletter.oreilly.com> Received: from fe-amer-10.sun.com ([192.18.108.184]) by bedge1-mail1.central.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTP id <0J40002ZNGEABSC0@bedge1-mail1.central.sun.com> for laurar@bedge1-mail1.Central.Sun.COM; Mon, 14 Aug 2006 17:10:59 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J4000601GBMN100@mail-amer.sun.com> for laurar@bedge1-mail1.Central.Sun.COM (ORCPT laura.ramsey@sun.com); Mon, 14 Aug 2006 17:10:58 -0600 (MDT) Received: from phys-bedge1-1 ([129.147.156.99]) by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTP id <0J4000585GE6PSPL@mail-amer.sun.com> for laurar@bedge1-mail1.Central.Sun.COM (ORCPT laura.ramsey@sun.com); Mon, 14 Aug 2006 17:10:55 -0600 (MDT) Received: from eastmail1bur.East.Sun.COM ([129.148.9.49]) by bedge1-mail1.central.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTP id <0J40002J1GE6BUE0@bedge1-mail1.central.sun.com> for laurar@bedge1-mail1.Central.Sun.COM (ORCPT laura.ramsey@sun.com); Mon, 14 Aug 2006 17:10:54 -0600 (MDT) Received: from sunmail4.Singapore.Sun.COM (sunmail4.Singapore.Sun.COM [129.158.71.19]) by eastmail1bur.East.Sun.COM (8.13.6+Sun/8.13.6/ENSMAIL,v2.2) with ESMTP id k7ENAq47003571 for <laura.ramsey@east.sun.com>; Mon, 14 Aug 2006 19:10:53 -0400 (EDT) Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.149.246.28]) by sunmail4.Singapore.Sun.COM (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id k7ENAXrl028086 for <@sunmail2.sfbay.sun.com:laura.ramsey@sun.com>; Tue, 15 Aug 2006 07:10:51 +0800 (SGT) Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by nwk-avmta-1.sfbay.Sun.COM (Sun Java System Messaging Server 6.2 (built Dec 2 2004)) id <0J4000C2LGE2OV00@nwk-avmta-1.sfbay.Sun.COM> for laura.ramsey@sun.com (ORCPT laura.ramsey@sun.com); Mon, 14 Aug 2006 16:10:50 -0700 (PDT) Received: from nwkea-mail-2.sun.com ([192.18.42.14]) by nwk-avmta-1.sfbay.Sun.COM (Sun Java System Messaging Server 6.2 (built Dec 2 2004)) with ESMTP id <0J40004V2GE1IH20@nwk-avmta-1.sfbay.Sun.COM> for laura.ramsey@sun.com (ORCPT laura.ramsey@sun.com); Mon, 14 Aug 2006 16:10:49 -0700 (PDT) Received: from relay11.sun.com ([217.140.40.14]) by nwkea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k7ENAmG2022809 for <laura.ramsey@sun.com>; Mon, 14 Aug 2006 16:10:49 -0700 (PDT) Received: from mms13es.sun.com (mms13es.sun.com [160.41.223.54]) by relay11.sun.com with ESMTP for laura.ramsey@sun.com; Mon, 14 Aug 2006 23:04:28 +0000 (Z) Received: from mms12bas.mms.eu.btsyntegra.com (mms12bas.mms.eu.btsyntegra.com [217.140.40.30]) by mms13es.sun.com with ESMTP for laura.ramsey@sun.com; Mon, 14 Aug 2006 23:04:27 +0000 (Z) Received: from newsletter.oreilly.com (newsletter.oreilly.com [209.204.146.25]) by relay12.sun.com for laura.ramsey@sun.com; Mon, 14 Aug 2006 23:04:26 +0000 (Z) Date: Mon, 14 Aug 2006 16:00:00 -0700 From: Linux News <elists-admin@oreillynet.com> Subject: Everything is the Network Sender: bounce-33053-5358535@newsletter.oreilly.com To: Laura.Ramsey@Sun.COM Reply-to: Linux News <elists-admin@oreillynet.com> Message-id: <LYRIS-5358535-33053-2006.08.14-16.00.03--laura.ramsey#sun.com@newsletter.oreilly.com> X-Envelope-from: Laura.Ramsey@Sun.COM X-Envelope-to: opensolaris-mktg@opensolaris.org MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8BIT X-PMX-Version: 5.2.0.264296 List-Unsubscribe: http://www.oreillynet.com/cs/nl/home Original-recipient: rfc822;laura.ramsey@sun.com LINUX NEWS FROM O'REILLY NETWORK ---------------------------------------- The Latest from http://www.linuxdevcenter.com and http://ONLamp.com ================================================================= Think you can improve Solaris? Do It. Join the OpenSolaris community. http://www.oreilly.com/go/sunsolaris_jav81406 ================================================================= Hello, Linux newsletter readers. As happens every Monday evening or Tuesday morning, depending on when we send it and when you read it, this weekly mailing attempts to keep you informed as to what we think you should know about open source and free software development, administration, usage, evangelism, and play. Here's what we talked about this week. Network programming has its own set of complications and patterns. Fortunately, agile languages are efficient enough (and networks are slow enough) that C and C++ are no longer always the languages of choice for developing networked applications. Python has its own advantages-a handful of great core libraries and the powerful, if occasionally obtuse, Twisted framework. Kendrew Lau walks through a couple of examples of network programming with Python to demonstrate both approaches: <http://www.onlamp.com/pub/a/python/2006/08/10/untwisting-python-network-programming.html> One of MySQL's most clever features is the addition of pluggable storage engines, allowing you to keep your data safe and accessible in a variety of ways. The new federated storage engine makes tables in remote servers look like tables in your local server. SQL and MySQL hacker Giuseppe Maxia experimented with the federated engine recently to expand upon the slim manual and avoid common pitfalls. Here is absolutely everything you need to know: <http://www.oreillynet.com/pub/a/databases/2006/08/10/mysql-federated-tables.html> In other news, your editor forgot to mention that Python hacker Alex Martelli won the prestigious Frank Willison award for all of his contributions to the language and the community. Congratulations, Alex! <http://www.oreillynet.com/conferences/blog/2006/07/willison_award_goes_to_alex_ma.html> Our "Distributing the Future" podcast this week reviews OSCON and features an interview with Avi Bryant, the heretic behind the Smalltalk-based Seaside web framework: <http://www.oreillynet.com/pub/a/network/2006/08/07/distributing-the-future.html> Victor Rodriguez interviewed Curtis "Ovid" Poe about The Perl Foundation, Perl 6, contributing to the CPAN, and the book "Perl Hacks": <http://www.oreillynet.com/onlamp/blog/2006/08/people_of_perl_ovid.html> In weblogs this week, Kevin Shockey revealed the darker side of attending a conference-speaking at it: <http://www.oreillynet.com/onlamp/blog/2006/08/post_oscon_i_the_darker_side_o.html> Your editor stole a tip from David Golden to make it trivial to update your Vim configuration file in place: <http://www.oreillynet.com/onlamp/blog/2006/08/make_your_vimrc_trivial_to_upd_1.html> Then he opined on how distributing a binary Linux kernel module could infringe the GPL even if there's no mixed source code: <http://www.oreillynet.com/linux/blog/2006/08/why_binaryonly_linux_kernel_mo.html> Jeremy Jones discovered and fell in love with snippetsEmu, a Vim extension he now cannot live without: <http://www.oreillynet.com/onlamp/blog/2006/08/snippetsemu_055_released.html> Thus ends another week. Take care of yourselves and stay warm or cool, as appropriate. Hoping Gatwick is less panicky than Heathrow, - c chromatic chromatic@oreilly.com Technical Editor O'Reilly Network ================================================================ The First European RailsConf 2006 - September 14-15 – London Learn why Ruby on Rails is taking Europe by Storm! Find out what’s new cool and exciting from more than 25 leading web 2.0 experts, including David Heinemeier Hansson - creator of Rails, Pragmatic Programmer Dave Thomas, Rake author Jim Weirich, Why the Lucky Stiff and more! http://www.oreilly.com/go/railsconf_linux ================================================================ Managed Hosting Solutions Powered by Rackspace Need Managed Servers with 100% Uptime? By integrating top Linux and Windows technologies with Fanatical Support (TM) customer service, Rackspace Managed Hosting created two distinct and powerful hosting solutions. Visit Rackspace's Dev Zone to learn more about Managed Hosting, and to find out why Rackspace is ideal for any company running Java EE or LAMP configurations. Click here to learn more: http://www.onlamp.com/onlamp/zones/rackspace/ ================================================================ ---------------------------------------------------------------- Visit our Sponsored Developer Resource Pages and learn about cool stuff from our sponsors! Downloads - Free Training - Webinars - Updates Driver Agents Driver Updates: http://www.oreilly.com/go/driver_updates GoToMyPC(R) Remote Access: http://www.oreillynet.com/etel/citrix/ Inside Lightroom: http://digitalmedia.oreilly.com/lightroom/ Rackspace Managed Hosting: http://www.onlamp.com/onlamp/zones/rackspace/ ------------------------------------------------------------------ Interested in sponsoring the Linux DevCenter newsletter? Please email us at advertising@oreilly.com for rate and availability information. Thank you! ----------------------------------------------------------------- To change your newsletter subscription options, please visit http://www.oreillynet.com/cs/nl/home For assistance, email help@oreillynet.com O'Reilly Media, Inc. 1005 Gravenstein Highway North Sebastopol, CA 95472 (707) 827-7000 ----------------------------------------------------------------- ]