R: Re: [google-appengine] Total Storage Data Limited Question

2011-07-06 Thread BarrenTeam
Thank you Stephen. Yes we do many updates in our app, probably we fill the datastore because of the soft delete, indeed after at least 24 hours we have in the datastore about 3% of storage data. We also think that the indexs waste many storage quota. Thus, we have two more questions: 1) We

[google-appengine] Question about Task's Fork Bomb

2011-06-17 Thread BarrenTeam
Hi, we intensly use tasks in our projects. In our last project we have several problems with task's fork bomb [a task A enqueue a task B then task A fails, when it's retried enqueue again task B and so on] Suppose to have the following java code: public class Task1 extends HttpServlet{

[google-appengine] is there a way to use a .so library (C library) in GAE?

2010-12-02 Thread BarrenTeam
Hello, I have a .so.2 (C library) and a Python interface that wrapper this library. The interface uses ctypes but i think that ctypes is incompatible with gae python environement, (right !? ) I have another interface for the same library that uses numpy but also this python module is incompatible

[google-appengine] [mapreduce] Can i run the tasks via code?

2010-10-04 Thread BarrenTeam
We actually run the jobs manually. Is there anyway to launch them automatically? For exemple through servlet? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To