Avg Latency and Errors are high recently [closed] - google-app-engine

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
My app is experiencing high latency and more errors in the past few days. Avg latency was less than 300ms before, and now it is >5000ms! Does anyone have the same problem?

Our memcache was reduced by a factor of 10x since March 5, 2013:
If you were a heavy user of memcache this might explain your problem.
See here how our memcache size shrunk:
http://www.prodeagle.com/link?site=miumeet-hr.appspot.com&id=1189001&auth=9fc19f8077892c56ee311793a1ec2ace

Related

Simple Face Detection Recourses [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am looking for a way to start detecting faces in an image.
Any recourses that you use or find best for beginners?
Thanks.
Generally there are at least two approaches.
Finding a face based on the color (e.g face color and hair color)
Based on characteristics of the face (we have two eyes, and a nose below etc.)
Try this page that describes basic techniques of face detection

I want to create a doctor appointment application, which would be the best approach to set his working schedule? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Each doctor should have it´s own working schedule, Monday, Tuesday, ..., and the working hours, time slots of half an hour.
I´m kind of lost on how design the tables and related them.
The standard design could be like :
Doctors(id,name,specialization,...)
Patients(id,name,birthdate,.....)
Calendar(doc_id,pat_id,startDate,endDate,subject,....)

Collabrative Embedded C programming projects [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Looking for embedded C projects where I can work with group or individuals. My goal is to keep skills current while honing and learning new skills and techniques.
You could try using Arduino, it seems to have a big community worldwide.

how to monitor cpu instruction being called by a program [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to monitor cpu instruction being called by a program.
Depending on the platform, you might be able to run the program under a debugger, and single step through the assembly instructions to see exactly what it's doing.
try OllyDbg

cakephp redirection of traffic [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to make traffic to send 80% to groups.neighborrow.com and 20% to u.neighborrow.com.. this is developed in cakephp
may be this is useful :
generate a random number from 1 to 100 if the number is less than or equal 80 then redirect to groups.neighborrow.com , otherwise redirect to the other site.
i guess this will achieve the 80-20 probability
With a load balancer, for example by using the mod_proxy_balancer module of Apache.

Resources