Re: Dogpile effect with Varnish?

2010-10-14 Thread Thomas Balthazar
requests/second, sustained. I haven't dug deeply into your other thread yet, Thomas -- I'll take another look at it when I can. Ben On Oct 12, 11:13 am, Thomas Balthazar gro...@suitmymind.com wrote: Hi Ben, Any update about this? Thanks, Thomas. On Tue, Oct 5, 2010 at 8:33 PM, Thomas

Re: Dogpile effect with Varnish?

2010-10-12 Thread Thomas Balthazar
Hi Ben, Any update about this? Thanks, Thomas. On Tue, Oct 5, 2010 at 8:33 PM, Thomas Balthazar gro...@suitmymind.com wrote: Hello Ben, I just read you were about to talk to the Varnish specialist at Heroku. I would really appreciate if you took the time to help me to find the answer

Re: Dogpile effect with Varnish?

2010-10-05 Thread Thomas Balthazar
Hello Ben, I just read you were about to talk to the Varnish specialist at Heroku. I would really appreciate if you took the time to help me to find the answer to those 2 unanswered questions about Varnish and caching : http://groups.google.com/group/heroku/browse_thread/thread/8e39658d53c53b7c

Varnish hit limit?

2010-10-04 Thread Thomas Balthazar
Hey, I was wondering how much traffic can ben handled properly by Varnish. Let's say I have a page with a max-age=3600. Let's say this page gets fireballed, slashdotted, …, at the same time, and gets gazillions of requests non-stop, during 1 hour. Is there a limit in the amount of requests

multiple apps with same domain name

2009-10-21 Thread Thomas Balthazar
Hi, I'm hosting a Webapp on Heroku, with the domain name set to *.myapp.com. (the accounts are the subdomains) But I'd also like to host the public Website for the app on Heroku, with the following domains : myapp.com and www.myapp.com, but when I try to do that, I receive the following message

Re: multiple apps with same domain name

2009-10-21 Thread Thomas Balthazar
Sowww.myapp.comis already covered with the wildcard. On Oct 21, 3:44 am, Thomas Balthazar gro...@suitmymind.com wrote: Hi, I'm hosting a Webapp on Heroku, with the domain name set to *.myapp.com. (the accounts are the subdomains) But I'd also like to host the public Website for the app

Re: Postgres Invalid Byte Sequence

2009-09-30 Thread Thomas Balthazar
Hey, I had the same problem during a 'heroku db:push' command, and this solved the problem for me : heroku db:push mysql://r...@localhost/my_db_name?encoding=utf8 HTH, Thomas. On Sep 28, 2:54 pm, aurels aurelien.malis...@gmail.com wrote: Hi, I've exactly the same issue. Has someone solved

Re: Installing Radiant extension

2009-09-26 Thread Thomas Balthazar
the questions coming, --K On Sep 25, 2009, at 6:02 AM, Thomas Balthazar wrote: Hello John, Thanks a lot for your answer. That's exactly what I did, but the extension isn't activated on Heroku... :-/ Any idea? Best, Thomas. On Sep 25, 5:24 am, john johnm...@gmail.com wrote

Re: Installing Radiant extension

2009-09-25 Thread Thomas Balthazar
) and copy up your database (from the migrate command). On Sep 23, 3:52 pm, Thomas Balthazar gro...@suitmymind.com wrote: Hello, I've successfully installed Radiant 0.8.1 on Heroku. Now, I'm trying to install an extension (http://github.com/tricycle/ radiant-page-preview-extension) but I

Installing Radiant extension

2009-09-23 Thread Thomas Balthazar
Hello, I've successfully installed Radiant 0.8.1 on Heroku. Now, I'm trying to install an extension (http://github.com/tricycle/ radiant-page-preview-extension) but I cannot manage to do it. It works perfectly locally, just by running 'rake radiant:extensions:page_preview:update', but when I try

Re: HTTP Caching / Rails / etag / last modifed / varnish

2009-09-10 Thread Thomas Balthazar
Hello Ryan, Did you find the time to test it? Best, Thomas. On Thu, Aug 27, 2009 at 5:33 PM, Ryan Tomayko r...@heroku.com wrote: On Thu, Aug 27, 2009 at 2:07 AM, Thomas Balthazargro...@suitmymind.com wrote: Hello Ryan, Thanks a lot for your in-depth explanation. If I understand you

Put an application into maintenance state

2009-08-28 Thread Thomas Balthazar
Hello, I'd like to know what would be the best way to put an application into maintenance state. I want to deploy a major update (code + db structure + data migration) on a Production app, and I'd like to be sure that users don't use the app while I'm deploying and testing. As far as I know,

Re: HTTP Caching / Rails / etag / last modifed / varnish

2009-08-27 Thread Thomas Balthazar
Hello Ryan, Thanks a lot for your in-depth explanation. If I understand you correctly, if I specify : response.headers['Cache-Control'] = public, must-revalidate or expires_in 0, :public = true then the backend will be asked if the content is still fresh for every request, but the

Re: HTTP Caching / Rails / etag / last modifed / varnish

2009-08-26 Thread Thomas Balthazar
Hello Brian, No I didn't. Thomas. On Wed, Aug 26, 2009 at 4:46 AM, Brian Hammondor.else.it.gets.the.h...@gmail.com wrote: Hi, did you ever find a solution/workaround for this? On Aug 21, 1:02 pm, Thomas Balthazar gro...@suitmymind.com wrote: Hello, I'm trying to use HTTP caching in my

HTTP Caching / Rails / etag / last modifed / varnish

2009-08-21 Thread Thomas Balthazar
Hello, I'm trying to use HTTP caching in my Rails 2.3.3 app, but the result is that my pages are always served from the cache even if there is a newer content. I've created a simple Rails app with only one controller to illustrate my problem : 1/ Go here, and you'll see a list of 'items' :

Re: Staging Environments

2009-07-30 Thread Thomas Balthazar
Hello Neil, I wrote a post that explains how I deal with a Staging + Production environment here : http://suitmymind.com/blog/2009/06/02/deploying-multiple-environments-on-heroku-while-still-hosting-code-on-github/ Hope this helps. Best, Thomas. On Jul 30, 11:15 am, Neil

Support response time

2009-06-04 Thread Thomas Balthazar
Hello, I submitted a support request 4 days ago, and I still have no answer. What is the expected support response time? My app isn't working correctly because of the bug I reported (issue #212) and I still have no clue if there is a solution. I would understand that the support has a lot of

Handle incoming e-mails

2009-05-07 Thread Thomas Balthazar
Hello, I've seen a lot of posts about handling outgoing e-mails. But what would be the best solution to handle incoming e-mails? Having a server elsewhere (Slicehost, Mosso, ...), configured with Postfix and a Rails app that handle/parse incoming e-mails, then ping the Heroku app with the data?