Code Monkey home page Code Monkey logo

Comments (8)

sukui avatar sukui commented on July 21, 2024

是可以实现,只是比较好奇干嘛需要这个?

from gatewayworker.

sxmwhl avatar sxmwhl commented on July 21, 2024

增加这个可以跨用户获取在线信息

from gatewayworker.

sukui avatar sukui commented on July 21, 2024

用户信息直接从数据库读取不就好了?

from gatewayworker.

sxmwhl avatar sxmwhl commented on July 21, 2024

在数据库读影响性能,session保持在内存里了,直接读快!

from gatewayworker.

sukui avatar sukui commented on July 21, 2024

这个跟业务场景相关很大。 例如说一个用户他没登录的话你还不是一样要去数据库获取他的信息.
如果要性能使用nosql缓存用户的信息,这样处理比较好点.

from gatewayworker.

hehbhehb avatar hehbhehb commented on July 21, 2024

有N个人(A,B,...)打击怪物M, A,B,..., M分别是一个子进程。
A打击一下M, A的击打次数加1, 并保存到A的session中,
B也是如次...
现在怪物M要挑选一个击打次数最高的人, 就得先取出A,B,...的sessions, 如何取? 当然可以用nosql来取,但如果可以在一个进程中获得另一个进程中的session,我想还是很方便的和有效率的。

from gatewayworker.

sukui avatar sukui commented on July 21, 2024

新版本已经增加支持了

from gatewayworker.

hehbhehb avatar hehbhehb commented on July 21, 2024

谢谢

from gatewayworker.

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.