» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase connection? The contents of connection page and all pages directly attached to connection will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
connection

connection

Tags Applied to Connection

No one has tagged this page.

connection Wiki Pages

What is connection? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged connection

Max allowed packet and connection pooling

The MySQL configuration variable max_allowed_packet controls how large a single MySQL protocol packet (not a network/TCP packet) can be. This variable can be changed to solve “Packet too large” errors typically caused by excessively long query strings, such as large multi-row INSERT statements. It’s both a session and global variable meaning that different sessions can set their own limits for for max_allowed_packet.

It’s often assumed that changing global variables in MySQL means that the value changes for each connection. However, in the case of max_allowed_packet and many others, the local setting of the variable is inherited from the global variable when a connection is first established. This has special implications when using connection pooling.

In a connection pooling environment, connections are pooled on the application server. When the application needs a connection to the MySQL server, it borrows it from the pool, and returns it when finished. Typically when a connection is borrowed from the pool, the connection pool library automatically calls its API’s variant of the “change user” API function (which uses the COM_CHANGE_USER protocol command) to reset some connection specific parameters.

The session-level max_allowed_packet setting for a connection is normally inherited from the global setting when a client first connects, but it isn’t copied when the user is changed. This means that even though the global max_allowed_packet may have been changed, the applications which are using those connections may not pick up the change until the connection pool’s connections are forced to reconnect, usually by restarting the application server.

MySQL: Planet MySQL

Feature: Use Your iPhone's Internet Connection On Your Laptop

It's great that your iPhone has a data plan and a killer mobile browser, but when you're sitting at the airport waiting to catch a plane with your laptop right next to you, wouldn't it be nice to use your full-on desktop browser?

iphone: deli.cio.us/tags/iphone

Testmyiphone.com - iPhone Speed Test

"Testmyiphone.com is a mobile speed test designed for the Apple iPhone. Test your iPhone's download connection speed and compare your results with other's."

iphone: deli.cio.us/tags/iphone

What's Wrong With the 3G in iPhone 3G? | Gadget Lab from Wired.com

"There's something in the air in the Apple community, and this time it's not the same old buzz about a next-gen iPod, Steve Jobs's health or a Mac tablet: It's the sour topic of the iPhone 3G's poor data reception."

iphone: deli.cio.us/tags/iphone

Page 1 | Next >>
Username:
Password:
(or Cancel)