在网络上运行的应用程序(通过集线器共享)

发布于 2024-10-02 02:49:17 字数 203 浏览 7 评论 0原文

我开发了一个基于计算机的考试应用程序。我设计了该应用程序,以便在由管理员初始化时。客户端计算机可以通过登录参加考试。我正在使用 SQL Server Compact Edition。 我用一个小型网络(通过集线器共享计算机)对其进行了测试,它运行良好。

我不太擅长网络事物。当客户端计算机超过50台时,是否可以使用同样的方法?还有更好的选择吗?

谢谢 富尔坎

I have developed a Computer Based Examination application. I have designed the application so that when initialized by admin. client computers could take exam with their logins. I am using SQL Server Compact Edition.
I tested it with a small network (shared computers through a hub) It works well.

I am not so good at networking things. Can I used the same way when the client computers are more than 50? Is there any better alternative?

Thanks
Furqan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能怎样 2024-10-09 02:49:17

您需要提供有关如何编写申请的更多信息才能获得良好的答案。

相关的一件事是 SQL Server Compact Edition 仅限于 256 个并发连接,因此,如果您同时拥有超过 256 个客户端计算机,则需要升级到 SQL Server Express 之类的版本。

You would need to provide more information on how your application is written for a good answer.

One thing that will be relevant is that SQL Server Compact Edition is limited to 256 concurrent connections, so you would need to move up to something like SQL Server Express if you had more than 256 client computers at once.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文