[google-appengine] Re: logging.debug error

2010-05-29 Thread Adligo
First of all which logging framework are you using? commons logging log4j i_log (adligo) slf4j These all have log.debug(message). Second \r and \n should cause a line feed 'character' one is dos one is unix. so the statement log.debug('is this a \n\rapp engine bug?\n\rwft); should display

[appengine-java] Re: Logging

2010-05-27 Thread Adligo
Hi Justin, I wrote a logging impl for GWT (also works on J2ME), If you need more help than is available on the message group email me at; sc...@adligo.com Thanks, Scott On May 24, 6:21 pm, Justin Lee justin.lee...@gmail.com wrote: Hello, I'm trying to configure my logging.properties file

[google-appengine] Re: Tragedy of the Commons, and Cold Starts

2009-11-03 Thread Adligo
I think paying to keep the instances warm is a great idea! Cheers, Scott --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[appengine-java] Re: Caching using static fields

2009-10-20 Thread Adligo
Hi All, I also struggled with this topic a bit, and I am wondering why the google app engine doesn't have some api like; GWT RPC? public MachineMacOrSomething getRAMSessionMachineIdString session); regular http myapp.appspot.com/whatRAMSessionMachineId?jsessionId=/xyz It would also solve the

[google-appengine] Re: how to convince client

2009-10-16 Thread Adligo
Hi, I would look into trying to convince your client of cloud computing first and GAE second. Once you convince them to use cloud computing for their hosting I think they only have 3 options Google, Yahoo and Microsoft. Cheers, Scott On Oct 16, 9:45 am, Jason Smith

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-10 Thread Adligo
configuration settings in place; Something like web.xml isGae=true isGae=false Cheers, Scott On Sep 9, 5:24 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi Adligo, On Tue, Sep 8, 2009 at 6:39 PM, Adligo sc...@adligo.com wrote: Hi Nick,   Please see below; On Sep

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-08 Thread Adligo
Hi Nick, Please see below; On Sep 4, 10:04 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi Adligo, App Engine is not really designed for 'long polling' setups like you describe. Since the number of simultaneous runtimes your app has at a given traffic level is limited

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-03 Thread Adligo
show up in 20 seconds or so I respond with a empty message list and then the client sends a new request. I am using GWT's rpc, here is my service api, which is open souce. http://cvs.adligo.org/viewvc/gwt_util/src/org/adligo/gwt/util/client/rpc/MessageService.java?view=markup So I am

[google-appengine] 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread Adligo
Hi, I am developing a app (or more than one) that I would like to host on Google App Engine, however the architecture of the app involves cranking up the maxThreads (I am using my home grown hosting which now has Tomcat set to 2,000 maxThreads :) ). For example (1 six+ year old machine in my