简体   繁体   English

什么是GWT字节缓存文件?

[英]What is the GWT byte-cache file?

As a background, today, my GWT hosted mode runs just mysteriously slowed down to the extent that it is virtually not working. 作为背景,今天,我的GWT托管模式运行起来只是神秘地放慢到它实际上无法工作的程度。 Whenever I pause the application the relevant threads (the main thread, the code server, etc.) are waiting on some file I/O native method. 每当我暂停应用程序时,相关的线程(主线程,代码服务器等)都在等待一些文件I / O本机方法。 After scratching my head for a while I tried to clean up my hard disk a bit. 在我挠了一下头后,我试着稍微清理一下我的硬盘。 Then I just discovered in my user's Temp folder a 4 gigabyte file named gwt7155307955598297091byte-cache . 然后我在我的用户的Temp文件夹中发现了一个名为gwt7155307955598297091byte-cache的4千兆字节文件。 I wonder what this file may be good for, and what will happen if I delete it completely. 我想知道这个文件可能有什么用处,如果我完全删除它会发生什么。 Will I have a performance issue the next time I start the dev mode waiting for the "byte-cache" to be recreated? 下次启动开发模式等待重新创建“字节缓存”时,是否会出现性能问题?

查看gwt源代码 ,它表示它是“全局共享磁盘缓存”,由链接器(com.google.gwt.core.ext.linker包)和编译器(com.google.gwt.dev.javac包)使用。 。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM