Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个 Postgres C 扩展,它是一个并行聚合函数。有什么方法可以在所有工作人员中共享状态或我选择的任何状态/内存块?我不希望每个工作进程都有自己的副本,我希望每个人都有一个全局副本。
任何帮助将不胜感激。