hosting

I'm looking for a web host to put a search java engine. What are the best options?

I wrote a java search engine and I don't have the money to have my own servers. Can someone recommend me a goo java web host? Thanks in advance ...

Rails app slowness, is it my app or is it the host?

I'm currently on a Shared server with hostingrails and I'm finding my app to be unbearably slow at times but running at a normal pace at other times. Is there something in the configuration that could cause this or should I think about changing hosts? I'm using mod rails and I'm told that if I don't have many users it can be slow at time...

SourceForge-like site but not SourceForge...

This may be off-topic, but I decided to ask it here anyway, because it's very related to programming. I'm looking for a site which will host a free software project for free, offer SVN and Hg access, bug tracking &co, space for a blog... Any tips? Also, should this be community wiki? ...

Pushing app to heroku problem

I am trying to push my app to heroku and I get the following message: $ heroku create Creating electric-meadow-15..... done Created http://electric-meadow-15.heroku.com/ | [email protected]:electric-meadow-1 5.git $ git push heroku master ! No such app as fierce-fog-63 fatal: The remote end hung up unexpectedly It's weird that I am...

Drupal 6: Extremely-Annoyingly slow although devel (&all development modules) are disabled!

Hi friends, I'm new at Drupal. I use Hostgator and working on my first Drupal project, at the begninning everything was fine. but later site has started loading extremely slow! I even needed to contact to HostGator, and they restarted the apache. than it was fine for 10 mins, and same again now! Sometimes it give mysql errors like Th...

WCF Hosting and SQL Server database

Is there anywhere I can host my WCF service and SQL Server database for free? ...

how to find out how much application memory django process is (or will be) taking?

There are different "Application memory" options (like 80MB...200MB) in django-friendly hosting called webfaction and I'm confused deciding which one I should buy. Could someone please walk me through the ideas on how to figure out how much memory my project might require (excluding operating system, the main apache server and the datab...

What Web Hosting Service do I use for JRuby on Rails?

I'm developing a website with JRuby on Rails because I need some Java functionality server-side. I figure to deploy it, I will need to use a hosting service that supports JSP. Am I right and is that all I need? Or is there something else I will need to deploy my site? How would I go about doing this? ...

Framework/service for hosting and managing files

Hi, in a webapp I'm building there is a planned side feature of supporting product illustrations and manuals (so pictures and PDFs), possibly arranged in galleries. As I'd rather not implement from scratch all of the uploading, managing and serving of this content, I'm looking for existing solutions which I could integrate. For example...

Can a domain owner be hidden?

Hello all, I am not sure if this question belongs here or superuser (or other). If not - please let me know and I'll erase the question. A friend of mine wishes to buy a domain but keep his name hidden. Is there a secure way of doing so? ...

PHP download script for "processes running limited" hosting (eg. hostgator)

I am currently with HostGator on a shared hosting plan. I have a new website I'm trying to setup with a download.php script. The issue I am having is that, while someone is "downloading" a file through the download.php script, it counts as a "process" and my hosting plan limits the processes that can be running at the same time to 25 at ...

ASP.NET + GoDaddy Free Hosting?

Has anyone successfully been able to deploy ASP.NET website to GoDaddy's free hosting? I am talking about free hosting that comes with a domain package from GoDaddy. The catch of the free hosting is having an annoying Google Ads banner in a frame on top of the page. I've searched Google, stackoverflow and GoDaddy forums but I can't find...

Best Asp.net Hosting

There are many asp.net web hosting companies which spends lot on advertisement and also gives you very cheaper rate, as low as $5, but when it comes to support they are simply hopeless. Everyone can you please pass your experience with your past hosting companies and suggest any good asp.net hosting company? Please consider following r...

where to host my silverlight web application

hello everyone, I would like to host my silverlight webapplication. What is the best web hosting company for this application? Regards, ...

Session troubles when used on BT hosting

Hello I have developed a site for a client with a pre-existing BT hosting package. Since going live there has been a problem where $_session loses it's data between pages. I have previously fixed the problem, but somehow it has become unfixed. Last time this problem happened, my research indicated that there is something funny with BT'...

How to implement Self-host WCF data serivces (http://localhost:1234/myDataService.svc/...)

I have a project that needs to implement WCF data services (OData) to retrieve data from a control system (.NET Framework Application). The WCF data service needs to be hosted by the .NET application (No ASP.NET and NO IIS). I have seen many WCF Data Service examples recently; they are all hosted by ASP.NET application. I also see the s...

Establishing connection w/ Amazon s3 from Heroku

I am attempting to deploy my first app on Heroku and having a little trouble getting the S3 connection to work. Here is the error I am getting from the Heroku logs: AWS::S3::CurrentBucketNotSpecified (No bucket name can be inferred from your current connection's address (`s3.amazonaws.com')): I have the following configured: config...

ASP.NET Hosting and routing

Is it possible to host 2 asp.net projects off one ip address? I don't have a domain name just an ip number. I'm running IIS7. The first project runs and displays fine over the web by simply typing in the ip address into the browser but I'm having trouble accessing the second. Currently both projects have virtual directories in II...

What is the best way to serve media on a shared hosting from a Django app?

Hi, I'm using FastCGI to serve my Django app, so basically it works like this: http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache What is the best way I can serve static media (images, css, etc) from this? Thanks! ...

Is there a public site to make and share live examples of C#/.NET code?

For instance, we now have that in the StackExchange universe for SQL Azure (which handles general SQL examples very well). I was thinking it would be very nice to have a similar environment to be able to have a few class files and a console program to be able to demonstrate core basic C#/.NET programming techniques - live. Is there suc...