boo-box system’s web server infrastructure

During the last couple of years, a series of architectural patterns for web design software have consolidated and become popular through frameworks[bb] , which facilitate the development and maintenance of these systems. Simultaneously, servers had increased accessibility and reduced costs. Creating a web project became a far easier, faster and cheaper thing to do. However, for the project to succeed, there is still one obstacle that is not easy to overcome: scalability.

boo-box has successfully conquered this obstacle and currently has its infrastructure set up in layers capable of being interwoven horizontally, and that are sufficiently robust to serve thousands of requests per minute. Throughout this post we will present some of the practices currently in use to guarantee a good performance from Communications Systems for Social Media such as Ruby, MERB, CouchDB, Thin, Nginx, Beanstalkd. Screenshot do glTail rodando no server Kami

» Continue reading “boo-box system’s web server infrastructure”

Comments (13)

Softpedia 100% clean

Boo-box has received the 100% Clean seal from the website Softpedia.

Softpedia is an online library that contains in its archives over 70,000 free software’s. All the library’s software’s are periodically tested and analyzed to guarantee the quality of their code.

Softpedia’s 100% Clean seal is just one more guarantee that the boo-box plugin for firefox does not contain viruses, malware or adware, and can be installed in any computer, without restrictions.

To earn this seal we performed important updates to our tagging-tool, such as:

a. improving security
b. correcting bugs
c. checking compatibility with Firefox 3

softpedia_clean.gif

boo-box always aims to improve the quality of the service it renders, and this seal is a just reward for the excellent wok done by the ninjas!

Comments (1)

News in search of products and API!

Hi! My name is Dirceu and as a boo-box ninja I’ve come to announce some big news:

It is now possible to use more than one tag in our product search system. This was already possible with the widget on the fixed list, but now the function is available both in the virtual shopping window and directly through the API. The tags need to be separated by commas, for example:

wii, lcd tv 52

» Continue reading “News in search of products and API!”

Leave a Comment

Now we have JSON in our API

Hi, I am Wendely Leal, a ninja-developer from boo-box, and it’s a pleasure to announce that now we have a JSON API.

This is a common and modern way to transport data between web applications. With JSONP you can do cross-domain requests through JavaScript.

The access is almost the same way as our XML API (check out the release post):

http://boo-box.com/api/format:json/aff:ecommid/uid:userid/tags:searchterms/jsonp:jsoncallbackfunction

Examples:

To use it with jQuery, put “/jsonp:=?” at the end of the URI. Example:

http://boo-box.com/api/format:json/aff:amazonid/uid:boobo-20/tags:book+sport/jsonp:=?

See a practical example on http://boo-box.com/labs/jsonp/.

Have fun, and if you have any trouble or suggestions, contact-us by tech@boo-box.com.

Comments (4)