由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 谁能科普一下Azure对小公司,创业有没有潜在的帮助?
相关主题
运算量较大的web service找哪个VPS?还是自己弄个服务器?求推荐企业邮箱服务系统
有人用IBM的BlueMIX吗?AWS vs Azure
web services和POST 到url有啥区别?想自己搭个2/3台linux的机器玩玩
所谓restful就是在url里嵌入可读的查询串?新人求教,想自学但是没有那么多node怎么办?
Google App Engine顽固错误跪求解决办法便宜的VPS (转载)
哎。又有公司从.NET转Node了AWS挂了
菜鸟请教有什么免费或者便宜的cloud server满足干私活的需求?Celery in Golang and Scala?
关于bizspark羊毛的点滴rest vs soap
相关话题的讨论汇总
话题: azure话题: ec2话题: amazon话题: windows话题: s3
进入Programming版参与讨论
1 (共1页)
n*w
发帖数: 3393
1
或者别的公司的云也行。
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
4
我目前还想不到小公司什么应用需要用到云。
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 的大作中提到】
: 或者别的公司的云也行。
相关主题
哎。又有公司从.NET转Node了求推荐企业邮箱服务系统
菜鸟请教有什么免费或者便宜的cloud server满足干私活的需求?AWS vs Azure
关于bizspark羊毛的点滴想自己搭个2/3台linux的机器玩玩
进入Programming版参与讨论
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

1 (共1页)
进入Programming版参与讨论
相关主题
rest vs soapGoogle App Engine顽固错误跪求解决办法
如何学习用Java开发Web Service? (转载)哎。又有公司从.NET转Node了
amazon的soa编程方式说白了菜鸟请教有什么免费或者便宜的cloud server满足干私活的需求?
有JAVA底子学习web service那些库或者framework有没有什么好方法关于bizspark羊毛的点滴
运算量较大的web service找哪个VPS?还是自己弄个服务器?求推荐企业邮箱服务系统
有人用IBM的BlueMIX吗?AWS vs Azure
web services和POST 到url有啥区别?想自己搭个2/3台linux的机器玩玩
所谓restful就是在url里嵌入可读的查询串?新人求教,想自学但是没有那么多node怎么办?
相关话题的讨论汇总
话题: azure话题: ec2话题: amazon话题: windows话题: s3