Announcement from PiCloud- (and this is apart from the 5 hours free that a beginner account gets)
|
Announcement from PiCloud- (and this is apart from the 5 hours free that a beginner account gets)
|
An interesting announcement from PiCloud who is a cloud computing startup, but focused on python (as the name suggests). They basically have created a cloud library (or in R lingo – a package) that enables you to call cloud power sitting from the desktop interface itself. This announcement is for multiple IP addresses. Real parallel processing or just a quick trick in technical jargon- you decide!

s1 cores are comparable in performance to c1 cores with one extra trick up their sleeve: each job running in parallel will have a different IP.
Why is this important?
Using unique IPs is necessary to minimize the automated throttling most sites will impose when seeing fast, repeated access from a single IP.How do I use it?
If you’re already using our c1 cores, all you’ll need to do is set the_typekeyword.cloud.call(func, _type=’s1′)
How much?
$0.04/core/hourWhy don’t other cores have individual IPs?
For other core types, such as c2, multiple cores may be running on a single machine that is assigned only a single IP address. When using s1 cores, you’re guaranteed that each core sits on a different machine.
I liked the new features in PiCloud , which is a cloud computing way to use Python. Python is increasingly popular as a computational language, and the cloud is the way where HW is headed to atleast as of 2011-12
The new features allows you to publish your own functions as urls.
By publishing your Python functions to URLs. Why would you want to publish a function?
- To call your Python functions from a programming language other than Python.
- To use PiCloud from Google AppEngine, which does not support our native client library.
- To easily setup a scalable RPC system.
Here’s a peek at the interface:
You publish a Python function
cloud.rest.publish(your_func, ‘myfunction’)
We give you a URL Back
https://api.picloud.com/r/2/myfunction/
You make an HTTP request using your method of choice to the URL
curl -k -u ‘key:secret_key’ https://api.picloud.com/r/2/myfunction/