The Integration of the Open Source Software in the EU Competition Law
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
High Performance Mysql Other Microsoft .NET Resources from O’Reilly
High Performance MySQL Other Microsoft .NET resources from O’Reilly Related titles Managing and Using MySQL PHP Cookbook™ MySQL Cookbook™ Practical PostgreSQL MySQL Pocket Reference Programming PHP MySQL Reference Manual SQL Tuning Learning PHP Web Database Applications PHP 5 Essentials with PHP and MySQL .NET Books dotnet.oreilly.com is a complete catalog of O’Reilly’s books on Resource Center .NET and related technologies, including sample chapters and code examples. ONDotnet.com provides independent coverage of fundamental, interoperable, and emerging Microsoft .NET programming and web services technologies. Conferences O’Reilly Media bring diverse innovators together to nurture the ideas that spark revolutionary industries. We specialize in docu- menting the latest tools and systems, translating the innovator’s knowledge into useful skills for those in the trenches. Visit con- ferences.oreilly.com for our upcoming events. Safari Bookshelf (safari.oreilly.com) is the premier online refer- ence library for programmers and IT professionals. Conduct searches across more than 1,000 books. Subscribers can zero in on answers to time-critical questions in a matter of seconds. Read the books on your Bookshelf from cover to cover or sim- ply flip to the page you need. Try it today for free. SECOND EDITION High Performance MySQL Baron Schwartz, Peter Zaitsev, Vadim Tkachenko, Jeremy D. Zawodny, Arjen Lentz, and Derek J. Balling Beijing • Cambridge • Farnham • Köln • Sebastopol • Taipei • Tokyo High Performance MySQL, Second Edition by Baron Schwartz, Peter Zaitsev, Vadim Tkachenko, Jeremy D. Zawodny, Arjen Lentz, and Derek J. Balling Copyright © 2008 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. -
1 Background and Introduction 2 General Comment On
M.5529 Oracle/Sun Merger Monty Program Ab's observations and corrections on Prof. Eben Moglen's submission to the Commission regarding GPL, forking and MySQL business models. 1 Background and introduction 1.1 A lawyer well-known in and well-respected by the free software community, former legal counsel to the Free Software Foundation, and former advisor to MySQL Ab, Professor Eben Moglen on December 4 published an opinion paper dated and submitted to the European Commission on November 19.1 1.2 Monty Program Ab was founded in 2009 by the creator of MySQL and its dual license business model, Michael "Monty" Widenius, and employs some former employees of MySQL Ab and Sun Microsystems. Like our previous submissions in this case, we wish to provide here our unique insight into MySQL, be it from a technical, business, or sometimes even licensing perspective. 1.3 In the following paragraphs we will correct (only) the main factual errors of Prof. Moglen's paper. Before commencing it is important to stress our highest regard for the valuable, life-long and groundbreaking work of Prof. Moglen for the FSF, MySQL Ab, and software freedom in general. We would like to remind the reader that in proceedings like this, each party is always advised and supported by lawyers, and a lawyer's duty is to argue that party's case as well as possible. Hence, with our pointing out the errors in Prof. Moglen's paper, it is not our intention to imply to any reader anything about the person of Prof. Moglen himself and we strongly advice the reader to read the following with a similar attitude. -
24 +½ Questions About Mysql?
4 2 +½ Questions about MySQL? Oracle ACE Director Briefing Washington DC 06/25/10 http://www.mysql.com/about/legal/logos.html Disclaimer The following information and opinions are my professional views and in no way reflect any affiliation with any current or past employers. Introduction No Propriety Information Slides at http://ronaldbradford.com Observations Why did Oracle buy MySQL? They didn't. Oracle acquired Sun Microsystems and got MySQL as part of the package. Does Oracle want to kill MySQL? No indication. The Long EU holdup on acquisition indicates a purpose for MySQL as an Oracle product. What is Oracle going to do with MySQL? Who really knows? Most recent press from Edwin Screven is: What is Oracle going to do with MySQL? Commitment to • Make MySQL a better product • features, functionality, performance,quality • Make MySQL support better • Integrate into Oracle Stack http://www.oracle.com/technology/oramag/oracle/10-jul/o40interview.html What do you think Oracle will do with MySQL? • EU Commitment for continued development • OEM licensing uncertainty after 5 years • Tackle Microsoft platform (April 2010 keynote) • Slow down/minimize MySQL information flow • Who really knows long term? What is the best thing Oracle could do for MySQL? • Online backup • April 2010 announced included enterprise backup for paying customers InnoDB only hot backup • Streamline development/release processes • providing they include community • Improve write throughput (e.g InnoDB plugin) • Instrumentation What is the history of MySQL? •1994 MySQL AB -
Pgday San Jose July 19, 2009
pgDay San Jose July 19, 2009 Eric Day – Sun Microsystems http://oddments.org/ Brian Aker – Sun Microsystems http://krow.net/ Outline ● History ● Basics ● Example ● PostgreSQL ● Applications – Asynchronous Queues – Map/Reduce – Log Analysis ● Roadmap Kittens! (LiveJournal.com Image Processing) “The way I like to think of Gearman is as a massively distributed, massively fault tolerant fork mechanism.” - Joe Stump, Digg History ● Danga – Brad Fitzpatrick & company – Related to memcached, MogileFS, ... ● Anagram for “manager” – Gearman, like managers, assign the tasks but do none of the real work themselves ● Digg: 45+ servers, 400K jobs/day ● Yahoo: 60+ servers, 6M jobs/day ● LiveJournal, SixApart, DealNews, xing.com, Threadless, ... Recent Development ● Rewrite in C ● APIs – PHP, Perl, Java, Python, Ruby, PostgreSQL, Drizzle, MySQL ● Command line tool ● Protocol additions ● Multi-threaded (50k jobs/second) ● Persistent queues ● Pluggable protocol Features ● Open Source ● Simple & Fast ● Multi-language – Mix clients and workers from different APIs ● Flexible Application Design – Not restricted to a single distributed model ● Embeddable – Small & lightweight for applications of all sizes ● No Single Point of Failure Basics ● Gearman provides a distributed application framework ● Uses TCP port 4730 (was port 7003) ● Client – Create jobs to be run and send them to a job server ● Worker – Register with a job server and grab jobs to run ● Job Server – Coordinate the assignment from clients to workers, handle restarts Gearman Stack No Single Point -
Developing Web Applications with Apache, Mysql®, Memcached
est. spine=1.78" Wrox Programmer to ProgrammerTM Wrox Programmer to ProgrammerTM Developing Web Applications Galbraith with Apache, MySQL ®, memcached, and Perl Adding a cache layer to the popular LAMP stack is becoming What you will learn from this book the common solution to significantly reduce the load on back- ● How to install, configure, and work with MySQL particularly with Apache, MySQL Applications Web Developing end databases, and also allows for better web application basic concepts involving data, joins, and indexes as well as memcached, and Perl performance. This new caching component is represented by advanced usage of triggers, stored procedures, user-defined another “m” in LAMMP, which stands for memcached—a high- functions, storage engine usage, and more! performance, distributed memory object caching system that ● provides caching for web applications. The author walks you A Perl refresher on basic concepts as well as how to work through the process of using Perl to develop web applications with data from MySQL using various Perl data types both in terms of the front-end display logic as well as the ● A chapter on object-oriented Perl back-end data retrieval from MySQL and memcached. You ● How to the use Sphinx storage engine for full-text searching also see how to configure the Apache web server to run these as well as Gearman to distribute tasks mod_perl applications. ● How to install and configure Apache 2.2 to work with You’ll discover that MySQL and memcached are where the mod_perl 2.0 data is stored, and Apache is the server that hosts this ● How to use mod_perl handlers to develop web applications, functionality.