Re: [appengine-java] Re: recommendation on using maxmind geoip

2010-10-27 Thread Ikai Lan (Google)
It's not required to use mapreduce. It's just easier to manage the jobs.
You'll hit the 30 second deadline if you don't, and you'll end up building
your own task queue management logic anyway.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Tue, Oct 26, 2010 at 10:00 PM, asianCoolz second.co...@gmail.com wrote:

 hello @Ikai, is it required to use mapreduce . why not get the byte
 stream from blockstore and create  new file(..) ? there is no limit on
 new file(..) and byte[] array in gae right?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: recommendation on using maxmind geoip

2010-10-26 Thread asianCoolz
@Ikai , thank you for responding. I noticed your blog before posting
here. one question, which will faster performance, put the binary in
blockstore and read with new File(..) or use import csv into datastore
like what you did ?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: recommendation on using maxmind geoip

2010-10-26 Thread asianCoolz
@Ikai , thank you for responding. I noticed your blog before posting
here. one question, which will faster performance, put the binary in
blockstore and read with new File(..) or use import csv into datastore
like what you did ?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: recommendation on using maxmind geoip

2010-10-26 Thread asianCoolz
hello @Ikai, is it required to use mapreduce . why not get the byte
stream from blockstore and create  new file(..) ? there is no limit on
new file(..) and byte[] array in gae right?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.