Re: [google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-17 Thread Amy Unruh
hi Takano,

On 17 March 2013 13:48, takanao ENDOH djm...@gmail.com wrote:

 Hi, Janani

 2013年3月13日水曜日 23時50分00秒 UTC+9 Janani Thanigachalam:

 - Fixed an issue with the new dev_appserver to have fix_sys_path add the
   necessary libraries to sys.path making it now compatible with the
 testbed.
 https://code.google.com/p/**appengine-devappserver2-**
 experiment/issues/detailhttps://code.google.com/p/appengine-devappserver2-experiment/issues/detail
 ?
 id=45


 That's great!

 But I have a new problem on 1.7.6 pre-release.
 I must be use `--address` option of dev_appserver.py for access from other
 devices.
 Probably `--address` option was changing to `--host` on 1.7.6.
 So I tried use `--host` option instead `--address` and then got errors
 bellow:

  google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to
 bind 0.0.0.0:8081

 Seems to have failed starting server b1.


Yes, it is correct to now use '--host' (instead of '--address') with the
new dev_appserver.

Re: your error, I am guessing you have a backends.yaml file, with a backend
'b1' defined?
If you specify '--host 0.0.0.0', and use the default 8080 port, you should
indeed see the first backend start up on http://0.0.0.0:8081, and so on.
This works fine in my tests.
Is it possible that your port 8081 was already in use at the time?

 -Amy



 Thanks,
 Takanao

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-17 Thread takanao ENDOH
hi Amy,

Got it.

I tried commands below:

 $ dev_appserver.py .
It worked.

 $ dev_appserver.py --host 0.0.0.0 .
It's not worked.

 $ dev_appserver.py app.yaml
 $ dev_appserver.py --host 0.0.0.0 app.yaml
It's so good.

Thank you!
Takanao

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-16 Thread takanao ENDOH
Hi, Janani

2013年3月13日水曜日 23時50分00秒 UTC+9 Janani Thanigachalam:

 - Fixed an issue with the new dev_appserver to have fix_sys_path add the
   necessary libraries to sys.path making it now compatible with the 
 testbed.
 
 https://code.google.com/p/appengine-devappserver2-experiment/issues/detail
 ?
 id=45


That's great!

But I have a new problem on 1.7.6 pre-release.
I must be use `--address` option of dev_appserver.py for access from other 
devices.
Probably `--address` option was changing to `--host` on 1.7.6.
So I tried use `--host` option instead `--address` and then got errors 
bellow:

 google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to 
bind 0.0.0.0:8081

Seems to have failed starting server b1.


Thanks,
Takanao



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-14 Thread pdknsk
I tend to agree. The new server is a major improvement, but maybe not
ready for prime time just yet.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-13 Thread stevep
Janani wrote about the new GAE release: Task Queue tasks may now be added 
and deleted asynchronously. This allows applications to perform common task 
queue operations without blocking. This is an experimental feature.

And just yesterday I started a thread complaining about the extreme 
variability of TQ additions API**. I will be on this like white on rice. 
Thanks G.

**recent log shows 1057 ms latency comprised of 0-cpu and 1057 api which 
was immediately preceded (within 2 seconds) by 0/47ms for the exact same 
handler function:-)

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.