Groovy 吗?使用 Grails 2.0
我在 Grails 2.0 中遇到性能问题。我想知道 groovy++ 是否有帮助。
I have performance problems in Grails 2.0. I'm wondering if groovy++ will help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您目前无法将 Groovy++ 与 Grails 2.x 一起使用(docs )。
更好的方法是看看问题出在哪里。然后确定解决这些问题的策略。随机更换库或工具不太可能有帮助。您有什么样的性能问题(速度、内存使用)?您是否使用某种日志记录或分析器来查看应用程序中花费最多时间的位置?
I don't believe you can currently use Groovy++ with Grails 2.x (docs).
A better approach would be to look where the problems are. Then determine a strategy to solve them. Randomly swapping out libraries or tools is unlikely to help. What kind of performance problems do you have (speed, memory usage)? Do you use some kind of logging or a profiler to see where in your application it is spending the most time?