n*w 发帖数: 3393 | |
N********n 发帖数: 8363 | 2
If you choose .Net as the framework then yes.
【在 n*w 的大作中提到】 : 或者别的公司的云也行。
|
k***r 发帖数: 4260 | 3 i imagine they'll open up more in the future. for the time being,
if you don't use .net, check out amazon's EC2 and S3.
【在 N********n 的大作中提到】 : : If you choose .Net as the framework then yes.
|
n*w 发帖数: 3393 | |
k***r 发帖数: 4260 | 5 大数据量,或者迅速发展中
【在 n*w 的大作中提到】 : 我目前还想不到小公司什么应用需要用到云。
|
N********n 发帖数: 8363 | 6
That's too much to support if opened up.
【在 k***r 的大作中提到】 : i imagine they'll open up more in the future. for the time being, : if you don't use .net, check out amazon's EC2 and S3.
|
k***r 发帖数: 4260 | 7 I don't know the details yet but if it works like EC2, then
you'll get a box where you can run anything :)
【在 N********n 的大作中提到】 : : That's too much to support if opened up.
|
N********n 发帖数: 8363 | 8
Amazon's has a mix of server hosting including Linux, Windows,
Apache, IIS and Sql Server. Very interesting. They probably put
a lot of pressure on traditional hosting firms like Go Daddy.
【在 k***r 的大作中提到】 : I don't know the details yet but if it works like EC2, then : you'll get a box where you can run anything :)
|
n*w 发帖数: 3393 | 9 这些都要收钱的吧。有Microsoft technet plus subscription 的话有没有free的
azure? |
c***c 发帖数: 21374 | 10 当然有帮助
【在 n*w 的大作中提到】 : 或者别的公司的云也行。
|
|
|
k***r 发帖数: 4260 | 11 I'm sure they do, although some old fashion folks, like me,
still prefer a physical box, but as a matter of fact, a lot
of times even when you think it's a physical box, it's nothing
more than a VPS.
Amazon, gg and M$ seem to be taking very different approaches
in cloud computing. It'll be interesting to find out how this
battle develops. Any Azure detail info?
【在 N********n 的大作中提到】 : : Amazon's has a mix of server hosting including Linux, Windows, : Apache, IIS and Sql Server. Very interesting. They probably put : a lot of pressure on traditional hosting firms like Go Daddy.
|
k***r 发帖数: 4260 | 12 Azure still feels like half-baked. Let's wait and see if they
are able to put together something really useful, and easy to use.
Since gg appengine is free for small traffic, that puts some
pressure on M$. I'd imagine they'll have free dev account but
not sure about production.
【在 n*w 的大作中提到】 : 这些都要收钱的吧。有Microsoft technet plus subscription 的话有没有free的 : azure?
|
k***r 发帖数: 4260 | 13 http://www.microsoft.com/azure/windowsazure.mspx
"Windows Azure supports standards and protocols including SOAP,
REST and XML. Windows Azure welcomes third party tools and languages
such as Eclipse, Ruby, PHP, and Python."
Not sure what "welcome" means, though. Probably from remote
as clients. If that's the case, it doesn't help much.
【在 N********n 的大作中提到】 : : Amazon's has a mix of server hosting including Linux, Windows, : Apache, IIS and Sql Server. Very interesting. They probably put : a lot of pressure on traditional hosting firms like Go Daddy.
|
c****e 发帖数: 1453 | 14 Azure was designed apart from Amazon's approach from the beginning, though
it's defnitely inspired by EC2 and S3. In Azure after you deployed a web
role or worker role, you can extend it by simply increasing the instance
number in our config file. You don't need to worry about how to upgrade you
system when more and more traffic and requests come in. Check out one of
their customers: www.bluehoo.com.
In Acure you are using computation and storage without specificly owning a
machine (VM or phisic |
c****e 发帖数: 1453 | 15 Basically you can run what ever you want under the framework. For example,
the storage in Azure is accessed through REST. There are python codes on web
to read and write blobs to Azure.
【在 k***r 的大作中提到】 : http://www.microsoft.com/azure/windowsazure.mspx : "Windows Azure supports standards and protocols including SOAP, : REST and XML. Windows Azure welcomes third party tools and languages : such as Eclipse, Ruby, PHP, and Python." : Not sure what "welcome" means, though. Probably from remote : as clients. If that's the case, it doesn't help much.
|
k***r 发帖数: 4260 | 16 I think you can pretty much bare machines with EC2 and S3, other than
hadoop, probably. With AppEngine, you get a programming language and
some libraries, and a programming model. I'm still not sure what you'll
get with azure yet...
you
【在 c****e 的大作中提到】 : Azure was designed apart from Amazon's approach from the beginning, though : it's defnitely inspired by EC2 and S3. In Azure after you deployed a web : role or worker role, you can extend it by simply increasing the instance : number in our config file. You don't need to worry about how to upgrade you : system when more and more traffic and requests come in. Check out one of : their customers: www.bluehoo.com. : In Acure you are using computation and storage without specificly owning a : machine (VM or phisic
|
c****e 发帖数: 1453 | 17 try Azure SDK, you will see the service model andthe library.
【在 k***r 的大作中提到】 : I think you can pretty much bare machines with EC2 and S3, other than : hadoop, probably. With AppEngine, you get a programming language and : some libraries, and a programming model. I'm still not sure what you'll : get with azure yet... : : you
|