mercredi 26 juin 2013

Microsoft Internet Explorer 11 Will Support Google’s SPDY Protocol ...


In a press briefing this afternoon, Microsoft announced that Internet Explorer 11 will support SPDY, the Google-backed protocol for speeding up download speeds for web sites. Microsoft only briefly talked about this in its briefing and didn’t even mention it in its announcement, but this is actually a major step for SPDY, which is now supported in all of the mainstream browsers.

Reference
http://techcrunch.com/2013/06/26/microsoft-confirms-ie11-will-support-googles-spdy-protocol/

What is SPDY ?
http://en.wikipedia.org/wiki/SPDY


samedi 19 janvier 2013

Migration 2013 / Serveur web


Migration de serveur web

Samedi, 19 janvier 2013

Mise en service d'un nouveau serveur web
maj: migration terminé tel qu'annoncé. merci

dimanche 6 janvier 2013

MEMSQL

MEMSQL : THE WORLD'S FASTEST DATABASE.
UP TO 1.5 MILLION TRANSACTIONS PER SECOND ON FOUR-SOCKET SERVERS.

MemSQL is a distributed, in-memory database that is part of the NewSQL movement.[1] It is is an ACID-compliant RDBMS that most notably converts SQL into C++ through a process called code generation. MemSQL was founded in 2011 and is a graduate of the Y Combinator startup program. MemSQL has raised more than $5 million to date from a variety of investors including First Round Capital, IA Ventures, NEA, and several prominent angels including Paul BuchheitMax LevchinAaron Levie, and Ashton Kutcher.[2] MemSQL launched its database to the public on June 18, 2012.[3]


Result of benchmark compare on my developement computer.

SQL2008R2 vs MEMSQL

STEP 1
INSERT INTO TestInsert VALUES  (1, 'This is a test');

STEP 2
INSERT INTO TestInsert ( id, value ) SELECT  * FROM    TestInsert;
[repeat]
Row number get increase by 2, at each run.

Result :



computer / os : 
Inter i7 2620m 2.7ghz, hdd 7200rpm. 8gb ram
windows 7 x64 professional / sql 2008r2 vs ubuntu 12.10 x64 Server / memsql


mardi 1 janvier 2013

Bonne année 2013

Bonne année 2013,
Nous vous souhaitons santé et paix

jeudi 29 novembre 2012

Microsoft TechNet


Microsoft TechNet
Le site technet.microsoft.com est une collection de sites pour la communauté professionnelle informatique qui fournissent des renseignements, documentations et discussions qui ont été rédigés par Microsoft et sa communauté. 

Évaluation de logiciels
Accès centralisé aux derniers logiciels Microsoft en version complète et bêta, sans limitation de fonctionnalités. 

Liste complète des produits

Abonnement
Abonnez-vous dès maintenant


Limitation
  • Vous n’êtes pas autorisé à utiliser les logiciels si vous n’êtes pas titulaire d’un abonnement en cours de validité.
  • Vous êtes autorisé à installer les logiciels sur vos dispositifs et à les utiliser uniquement dans le but de les évaluer.
  • Vous n’êtes pas autorisé à utiliser les logiciels dans un environnement de production, dans un environnement d’installation temporaire ou avec des données qui n’ont pas été sauvegardées.
  • Vous n’êtes pas autorisé à utiliser les logiciels pour développer des logiciels ou dans un environnement de développement d’applications.
  • Les composants de chaque programme logiciel sont concédés sous licence en tant qu’unité unique. Vous n’êtes pas autorisé à séparer les composants et à les installer sur des dispositifs différents.
  • Vous n’êtes pas autorisé à partager, transférer, revendre ou assigner votre abonnement ni les logiciels.

mardi 11 septembre 2012

ANDROiD rom ver

All links are from xda-developers forum*
4.2.1 – JOP40D
4.1.2 – JZO54K , LSJ, XLS
4.1.1 – JB, JVT
4.0.4 – IMM76D, IMM76I , LPO, LPT
4.0.3 – LP2, LP4, LPB, LPD, LPE, LPF, LPG, LPH, LPQ, LPS, LP7, LP9
2.3.7 - GWK74
2.3.6 - KK2, KK4, KK5, KL1, KL3, LA2, LA4
2.3.5 - KI3, KI4, KJ1, KJ3
2.3.4 - 3KH3

jeudi 5 avril 2012

Ubuntu + Eclipse + Android SDK

UBUNTU / x86 DEV / +

Source:
http://www.youtube.com/watch?v=PeIG-Q10kdc
-----------------------------------------------------------------------
sudo apt-get update
sudo apt-get upgrade
-- ANDROiD /Eclipse and Prereqs
apt-get install openjdk-7-jdk eclipse ruby rybygems ruby-dev git ant libxml2 libxml2-dev libxslt-dev
sudo gem install nokogiri
-- Android SDK
export PATH="android-sdk-linux/tools:android-sdk-linux/platform-tools:$PATH:phonegap-android/bin:$PATH"
android
install android repository
{c'est long}{download}
-- Eclipse
Help -- Add new Software
ADT Plugin
http://dl-ssl.google.com/android/eclipse
Helios, galinea, 3.5, 3.6
----
github.com/phonegap/phonegap-android7