大批量应用中的 Groovy Grape

发布于 2024-12-03 20:08:11 字数 280 浏览 0 评论 0原文

我见过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

意中人 2024-12-10 20:08:11

除了第一次下载之外,开发人员并不知道 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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文