大批量应用中的 Groovy Grape
我见过 Groovy Grape 用于执行 FTP 和其他基本脚本任务的脚本的示例。有人在执行大量事务的应用程序中使用 Groovy Grape 吗?我们在应用程序中频繁执行 Groovy 脚本(每小时高达 50k),并且希望使用 Grape,但不确定会对性能产生什么样的影响。我看到 Grape 属性文件之一 (ivydata-2.0.properties) 在每次 Groovy 脚本执行时都会更新文件顶部的时间戳,因此似乎存在一些开销。
除了最初的 jar 下载之外,有没有人在大容量应用程序中看到 Grape 的性能问题?
I have seen examples of Groovy Grape being used for scripts to perform FTPs and other basic scripting tasks. Is anyone using Groovy Grape in applications that execute a high volume of transactions? We are executing a Groovy Scripts frequently (up to 50k per hour) in our application and would like to use Grape, but not sure what kind of performance impact there is. I see the one of the Grape property files (ivydata-2.0.properties) getting the timestamp at the top of the file updated on every Groovy Script execution, so it seems there is some overhead.
Has anyone seen performance issues with Grape in high volume applications, beyond the initial jar download?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了第一次下载之外,开发人员并不知道 Grape 的性能问题。但我敢说,Grape 通常不会在大容量应用中使用,因此说“没有问题”是没有根据的。
Performance issues with Grape besides the first download are not known on the developer side. But I dare to say, that Grape is typically not used in high volume applications, thus there is no base for saying "there are no problems".