Hi all:

We have used this Slim3 framework to do the Counter testing, the
result still has the same problem, but we feel that Slim3 actually is
a very greate framework for GAE, if this performance issue can be
resolved we will use Slim3 to rewrite our project. Otherwise we need
changing to use other plantform.

Thanks Thomas very much for the Slim3 information, thank you !!!

-- Test Servlet --
Counter counter = service.increase();
requestScope("count", counter.getCount());
return forward("index.jsp");

-- Test JSP --
<%...@page pageEncoding="UTF-8" isELIgnored="false" session="false"%>
<%...@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%...@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%...@taglib prefix="f" uri="http://www.slim3.org/functions"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>twitter Index</title>
</head>
<body>
<h1>Count: ${count}</h1>
</body>
</html>

-- Log Messages --
06-04 12:56AM 55.826 /twitter/ 200 3895ms 3814cpu_ms 100api_cpu_ms ---
>> FIRST REQUEST, SPEND 3.8sec
06-04 12:56AM 56.871 org.slim3.controller.FrontController init:
Initialized FrontController
06-04 12:56AM 58.405 <stdout>: Request /twitter/ spend 1458 ms
...
06-04 12:56AM 59.695 <stdout>: Request /twitter/ spend 123 ms --->>
GOOD PERFORMANCE
...
06-04 12:57AM 01.925 <stdout>: Request /twitter/ spend 119 ms --->>
GOOD PERFORMANCE
...
06-04 01:01AM 32.046 /twitter/ 200 4182ms 3989cpu_ms 100api_cpu_ms ---
>> AUTO-RELOAD !!, SPEND 4.1sec
06-04 01:01AM 34.512 org.slim3.controller.FrontController init:
Initialized FrontControlle
06-04 01:01AM 36.209 <stdout>: Request /twitter/ spend 1592 ms
...

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to