“单一实例”常见的英文表达是 “singleton instance”。
“singleton”本身就有“单个的;唯一的”意思,常用于计算机编程等领域表示“单例模式”(一种设计模式,确保一个类只有一个实例,并提供一个全局访问点),“instance”表示“实例;事例” ,所以“singleton instance”准确地传达了“单一实例”的含义。
例句:In this system, there is only a singleton instance of the critical service.(在这个系统中,关键服务只有一个单一实例 。)