Titres à la une
ajaxian
|
Xoops support français
|
Xoops
|
Le Journal du Net
|
SourceForge
|
Framasoft
|
Ajax Lessons
|
Software and Web Development Research
|
JavaWorld
|
| Ajaxian » Front Page | ||
|---|---|---|
| Mise à jour réussie | Tue, 22 May 2012 21:45:06 +0000 | |
| Description | Cleaning up the web with Ajax | |
| Webmaster | ||
| Catégorie | ||
| Générateur | http://wordpress.org/?v=3.3.2 | |
| Langage | en | |
| Vert.x ramblings: Asynchronous network, your time has come | ||
| Catégorie | Front Page, Node | |
| Publié: | ||
| Description: | With the debut of Vert.x, the asynchronous framework is reaching an inflection point, suggests Andrew Cholakian. With Vert.x, the software is packaged together in such a way as to be extremely practical, he states. For some JVM zealots, Vert.x may meet needs recently and apparently addressed by node.js. Vert.x is an asynchronous application server – Read the rest... plus... | |
With the debut of Vert.x, the asynchronous framework is reaching an inflection point, suggests Andrew Cholakian. With Vert.x, the software is packaged together in such a way as to be extremely practical, he states. For some JVM zealots, Vert.x may meet needs recently and apparently addressed by node.js. Vert.x is an asynchronous application server – which may prove useful as architects rethink the server’s role in a world of powerful clients. Does the JVM have a role going forward? Some might say ‘no’ to the JVM. Many say ‘Yes’. Some of these might say: “Vert. x could be described as Node.js+ for the JVM.” But let us view some from the Cholakian post:
Like all things, your mileage may differ. The blogger notes : This model is great for large numbers of sockets and file descriptors, where it makes the best use of resources. However, it’s very confusing and complicated when it comes to day to day business logic, where simple, blocking, threaded code is a welcome comfort. Read all about it as Andrew VC goes through the Vert.X/Node.js ropes. |
||
| Rails cache sweeper redux | ||
| Catégorie | Front Page, Ruby | |
| Publié: | ||
| Description: | Michael Mahemoff writes: To be effective, Rails cache sweepers need to be more fully understood. They know no standard, so you must employ art. He goes on: Sweepers observe both your models and your controllers, but most workarounds focus on their controller nature. Importantly: the sweeper must be explicitly added as an observer. Even more Read the rest... plus... | |
Michael Mahemoff writes: To be effective, Rails cache sweepers need to be more fully understood. They know no standard, so you must employ art. He goes on: Sweepers observe both your models and your controllers, but most workarounds focus on their controller nature. Importantly: the sweeper must be explicitly added as an observer. Even more important is redux. Read all about [Rails cache sweeper redux] it. |
||