Giter VIP home page Giter VIP logo

Comments (4)

oldmanpushcart avatar oldmanpushcart commented on August 14, 2024 2

jetty对性能的损耗主要集中在对持久代的压力,其他真的还好。

引入jetty的一个主要原因就是为了解决和目标JVM通讯的问题(管理、控制需要),通讯频率很低,所以不会引起CPU的性能风险。

@YuhuiFeng 的核心观点我猜测应该是:植入的AOP采集到的数据希望和采集中心通讯,此时用一个client即可。但毕竟两者解决的不是同一个问题。

from jvm-sandbox.

dongchenxu avatar dongchenxu commented on August 14, 2024 1

楼上说得对! @YuhuiFeng 还有疑问么?没有疑问我关了哈?

from jvm-sandbox.

diecui1202 avatar diecui1202 commented on August 14, 2024

要操纵目标jvm,这个server必须在目标jvm里啊,放在外面,那还得和目标jvm进行通信,目标jvm还得有个server。

from jvm-sandbox.

YuhuiFeng avatar YuhuiFeng commented on August 14, 2024

server放在外部的话,JVM里面不用放server啊,简单的一个client做信息发送就好了。在这里我比较关心的是在目标JVM里面在放入一个Jetty会不会对目标JVM原有app有性能上损耗,以及想问问最开始这么设计有没有别的考量。

from jvm-sandbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.