Archive for May, 2006

Charles, Java Web Debugging Proxy

Posted on May 31, 2006. Filed under: Uncategorized |

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developerto view all of the HTTP traffic between their machine and the Internet. Thisincludes requests, responses and the HTTP headers (which contain the cookies andcaching information).
It is similar antoher http debugger,Develop with Java. of course independent platform!

Read Full Post | Make a Comment ( None so far )

MySQL with error 1264 : Out of range value………

Posted on May 31, 2006. Filed under: Uncategorized |

One of my staff found some strange error

1264 Out of range value adjusted for column ‘ID’ at row 1
“ID” is auto increment field. This should insert if we have not define a field record id…
The problem from Guaranteeing Data Integrity with MySQL 5.0 !
you can remove a SQL-MODE parameter – “STRICT_TRANS_TABLES” in my.ini file
changesql-mode=”STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION”tosql-mode=”NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION”
If you [...]

Read Full Post | Make a Comment ( None so far )

MantaRay (P2P Message)

Posted on May 31, 2006. Filed under: Uncategorized |

MantaRay
MantaRay is an open source, fully distributed, enterprise-grade messagingmiddleware product that was designed to address the dual problems of today’shigh traffic IT environments – their continuously changing structure and theever growing volume and size of the messages passing through them.

Read Full Post | Make a Comment ( None so far )

Improve server performance

Posted on May 31, 2006. Filed under: Uncategorized |

Pizzaman, a guy who own hostpacific.com hosting wrote interested case study!
They use 3LMP (Linux, LSWS, Lighty, MySQL and PHP)
read here… The scaling experience of ThaiLE.com

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...