Cloud computing is about hardware-based services involving computing, network and storage capacities. These services are provided on-demand, hosted by the cloud provider and can easily scale up and down.
0
votes
1answer
139 views
parse.com cloud nested functions
I am trying to write cloud code on parse.com for the following. I have three classes User, Brand and Campaign. I keep LastLoginTime in the User class. Brand class has a relation named Campaigns to ...
0
votes
0answers
71 views
Ingress and egress traffic : understing Google Cloud Storage pricing
I am trying to understand Google Cloud Storage pricing.
I have read several things on egress/ingress traffic. Can someone details with concrete examples ?
From what I have understood, ingress is for ...
0
votes
1answer
270 views
onActivityResult not called after calling GoogleAccountCredential.newChooseAccountIntent()
I've been following Google's tutorial for an App Engine connected Android project and I'm getting stuck on this page.
Specifically in section 8c there seems to be an error. As stated in the title, ...
2
votes
0answers
17 views
When to move from a shared hostig? [closed]
I currently run a website on a shared hosted solution. It runs OK but recently I got downtimes and I started to think about moving. At a point I'm getting 2000 unique visitors and about 25K page views ...
0
votes
0answers
43 views
Edit windows azure database over cloud service C sharp
Hi there Currently building an application for windows phone and have created a cloud service that allows apps to add database entries and retrieve them. The Application uses the could service through ...
0
votes
1answer
78 views
How do make a tag cloud link to a specific paragraph or picture in asp.net
I've just started using the tag cloud feature for a new site i'm developing.
but now I've run into some problems
I can set the links in my tag cloud to go to a page, but I have many pages with a tab ...
0
votes
2answers
277 views
Google Cloud Messaging for Android works from server to client, but also viceversa(from client to server)?
stackoverflow fellows,
Since I am very new in Cloud Computing matters, I would like to ask you a question: Google Cloud Messaging for Android works from server to client, but also viceversa(from ...
0
votes
1answer
105 views
Fixed font-size from an array - D3 Jason Davies Example
This Code below is an WordCloud example of Jason Davies.
I want insert an array with fixed font-size and integrate it randomly.
e.g.:
fontSize = [20,35,50,60,83,90];
I want it fix, as above (not ...
1
vote
1answer
51 views
Diagram to represent user interaction with different parts of the network
Can anyone recommend a suitable diagram to represent user interaction with different physical systems as different tasks are performed?
I think something along the lines of a UML sequence diagram ...
0
votes
2answers
353 views
Classic ASP Website on Azure “The page cannot be displayed because an internal server error has occurred.”
We have migrated an application written in classic asp to Azure websites (shared) and some pages simply give the error "The page cannot be displayed because an internal server error has occurred." ...
-2
votes
5answers
127 views
How to store and serve 4 billions images? [closed]
I would like to build my own web page thumb-shots cloud service for my private usage.
I plan to have more that 4,000,000,000 small images (10KB)
I do not want to use an external service like amazon ...
0
votes
0answers
45 views
CQ5 Configuration reference missing for cloud services
After completing section "Apply cloud service configurations to your website" from http://dev.day.com/docs/en/cq/current/administering/social_communities/social_connect.html. I see "Configuration ...
0
votes
0answers
13 views
iis7 Website on Cloud environment
i have an IIS7 website that i have setup in a cloud environment, but i am having trouble setting up two types of authentication rules.
i am running Microsoft 2008 R2 Server.
The users will not be ...
-4
votes
1answer
65 views
How to create a cloud on your website [closed]
I am curious on if there is a way to create your own personal cloud that you could log into from your website? What I am trying to achieve is, on my site Id like to be able to log in and access the ...
1
vote
1answer
35 views
LoadRunner suggested approach to monitoring cloud based JBoss infrastructure
My Project has a technical platform consisting of a cloud-based set up with JBoss nodes running on Linux VMs and databases connected to these further below.
Obviously I can configure each JBoss ...
0
votes
0answers
32 views
Using a search engine to search a cloud
Is there any way to search own cloud using a search engine.
For e.g.,
I want to use Google to search for a file say x, in my own private cloud.
Well, i am playing with dropbox for this purpose...
...
1
vote
0answers
123 views
Can't fix a conflict between CloudZoom v1.0.3 and the default Bootstrap v2.3.1 Carousel
Bootstrap carousel and cloud zoom work but only with the first image. Here is a demo displaying the problem… ...
0
votes
0answers
27 views
openstack nova api
I wand to add Hot Memory Add/Remove feature in OpenStack for my project.
How can i do it in openstack.also can anybody suggest me how can I call libvirt setmem from openstack.
2
votes
1answer
130 views
OpenMEAP hosted on Apache Tomcat Server via OpenShift Community
I'm preparing a development environment primarily for developing enterprise class cross-platform mobile hybrid apps and after much research I've decided to implement OpenMEAP on an Apache RedHat Cloud ...
0
votes
0answers
22 views
Cross-Platform API for PaaS vendors?
Are there any efforts or products out there that aim at a generic API for PaaS vendors?
Similar to cross-platform APIs for IaaS offerings like Delta Cloud, DMTF Cloud Infrastructure Management ...
0
votes
1answer
72 views
How to connect properly to Google Cloud SQL using Pentaho Kettle
Good day,
I have just started using Pentaho's Kettle to try and connect to a Google Cloud SQL instance. I've noticed that after making the connection, the Test on Spoon says it's working, However, ...
1
vote
1answer
78 views
1
vote
1answer
35 views
Using shared libraries on a PiCloud environment server
Linux newbie question: I have a personal PiCloud environment and can install my own Python extensions. But I would like to use a pre-compiled C shared library (mylib.so), i.e., place it in /user/lib. ...
0
votes
0answers
121 views
Unable to create Virtual Machine on CloudStack [closed]
I have installed CloudStack 4.0.0 on my Ubuntu 12.04 machine, that is compliant with the configuration requirements specified in the documentation.
I am running Management Server on my machine with ...
0
votes
0answers
13 views
Slashdot/Other effect - Examples of large scaling requirements over small period of time [closed]
I am not sure that this question respects stackoverflow guidelines but here it goes:
I am looking for good scaling real world examples of applications/websites/whatever that due to some "slashdot ...
1
vote
0answers
48 views
google cloud storage failed to read file
Using the example from google, this is the way I am trying to read my file:
boolean lockForRead = false;
String filename = "/gs/my_bucket/my_object";
AppEngineFile readableFile = new ...
0
votes
1answer
54 views
Cloud broker application for hybrid clouds
Currently, I support Amazon EC2/AWS instances along with Microsoft Azure, VMWare vCloud Director and ESX VM instances. I use puppet and chef to provision various types of servers (Linux/JBoss, MS ...
0
votes
1answer
72 views
Setting up SqlServer Cache Invalidation for ASP.net in Azure
I signed up for an Azure account and deployed a website together with a database which all went very smoothly.
First I had it on the free service, but after experiencing performance issues, upgraded ...
1
vote
1answer
102 views
How can I import a csv file into the google cloud sql service (opposed to importing a sql dump)
How can I import csv files into the google cloud sql service (opposed to importing a sql dump)?
Can I in some way use the squirrel client?
Thanks
-2
votes
1answer
54 views
autoscalability in cloud [closed]
I have a difficulty to understand Scalability in Amazon and Azure. Actually, Amazon-EC2 belongs to Infrastructure layer while Azure belongs to the Platform layer in cloud. So, when we talk about ...
0
votes
0answers
30 views
Google App Engine ,Google Cloud Storage , WEB Point of sales ,loyaty
In need a simple solution to manage a loyalty sistem for 14 difrent Beauty Salon.
is an association that wants to use in commun PVC card with barcode ID.
1.What is simple solution to create a app ...
0
votes
3answers
104 views
Get unique data from while sql query (multiple rows)
How do I get only unique result from this code? I just try query with
SQL SELECT DISTINCT Statement and don't work it :(
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
...
1
vote
1answer
157 views
Access shared folder that exists in VM or local machine from azure cloud service(web-role)
I have an Asp.Net web role which is running in Azure Cloud service.
Now I have created a virtual machine in Azure data center.
And also I have created a shared folder for storing my files(.xls,.csv .. ...
0
votes
2answers
120 views
Framework to push notification to mobile devices (i.e.Android, Apple IPhone) from a web application
I have been given a requirement to write a web application that has the capability of pushing notifications (apart from other things) to subscribed uses who are using mobile devices.
I have some ...
0
votes
2answers
39 views
Cloud solution with key value storage and user authentication for iOS and android
Say I have a game/app for both android, iOS and web and I need to store some info to be available for the user across devices.
So basically I would like to use a service with following features (in ...
2
votes
2answers
88 views
Azure Queue Storage - Mark messages as visible immediately after calling CloudQueue.GetMessages()
Problem:
I am reading messages from a Azure Storage Queue and then inserting them into a Storage Table using a Worker Role.
I want to read in messages but only process them if there are at least ...
0
votes
0answers
28 views
How do I access the Cloud API URL installed on VMWare Fusion from xcode?
I'm developping a cloud storage application for iOS, I have installed the cloud on VMWARE Fusion (Openstack Swift All In One for development Virtual Machine), the problem is how to access the Cloud ...
-3
votes
1answer
40 views
how to calculate burst time for jobs in cloud computing? [closed]
i'm doing project in cloud computing and also i'm basic learner of cloud computing...
I want to know how the burst time is calculated for jobs in cloud computing..
1
vote
1answer
48 views
cloud PaaS that supports socket programming
What are the cloud PaaS that supports the opening of a socket? I browsed about various cloud services of which the GAE doesnot support socket. What are the other PaaS (both free and paid service)?
...
0
votes
0answers
63 views
Failed to update the root certificat : cacert.pem
I use devstack to install openstack now, but unfortunately, i met a problem:
/home/my/devstack/tools/create_userrc.sh -PA --target-dir /home/my/devstack/accrc
ERROR: The server has either erred or is ...
5
votes
4answers
285 views
System catch emails
Currently i'm building a system (custom CMS) and the requirement is to catch all the emails sent by public to registered email address, and reply via the email address through the system via the ...
0
votes
1answer
332 views
Visual Studio 2012 - Windows Azure : connection string not working (no database interaction)
I'm trying to put my Visual Studio 2012 MVC 4 project online using the Cloud Technology provided by Windows Azure.
Although i can get to my website (it uploads well and is accessible), I can't manage ...
0
votes
0answers
29 views
Performing intense I/O on a cloud MySQL server
We have an MySQL DB instance with about 50GB of data on it (currently running on Amazon RDS). We are in need of running some Python code that will interpolate these 50GB of data into a lot more data ...
0
votes
1answer
74 views
how separate words after the commas in the variable to make links?
Hello sorry for my bad English.
I want to make a tag cloud and i don't know how to get words by words from string .
here is example what I want to make
$text = "admin,demo"; //whit foreach in php
...
1
vote
0answers
93 views
How to upload mysql database to phpfog?
I have created an and I want to upload that on phpfog but I am getting trouble while uploading my database here on the first step, I have win 7 x64 , I downloaded and installed command prompt with ...
0
votes
2answers
83 views
How to experiment with Cassandra on the cloud with multiple nodes?
I want to learn Cassandra in and out. If I download it on my local laptop I can have only one node. I feel to learn Cassandra we need to have multiple nodes. Hence, option left is on cloud. Any ...
2
votes
1answer
222 views
Using a cloud service to stress test a web application
I am doing a research project regarding scalability. I have created a web app on Windows Azure and now need to test it with millions of users. I was thinking of doing the following:
Create a simple ...
0
votes
2answers
59 views
Cloud environment on Windows Azure platform
I've got 6 web sites, 2 databases and 1 cloud environment setup on my account
I used the cloud to run some tasks via Windows Task Manager, everything was installed on my D drive but between last week ...
0
votes
2answers
56 views
Set timeout for query operation using CloudTable Object
I am querying a table storage using a Cloud Table object as follows:
private CloudTable _table
_table.ExecuteQuery(query);
It takes too much time before it throws an exception. How can i ...
0
votes
2answers
100 views
Hyperic HQ 5.0 Server is not running
I have done below steps to install hyperic hq (5.0 open source) on ubuntu 12.04 (64 bit) machine, even i followed the steps mentioned everywhere , it still giving below error ( though commercial ...

