ImageMagick 服务器要求

发布于 2024-10-13 02:19:04 字数 370 浏览 4 评论 0原文

我正在构建一个简单的网站,或者更准确地说,是一个网站的简单组件,该组件向图像添加水印,创建一些不同尺寸的图像,并将其叠加到产品很少。每当有人查询服务器上某个目录中的图像时,就会进行这些编辑。

我知道这一切都可以用 imagemagick 来完成,我唯一担心的是,每次有人第一次查看他们的图像时,整个网站都会停止运行(编辑一次后,数据库会更新以获取编辑后的版本)每次用户访问它时)。

该网站尚未托管,目前我正在 XAMPP 上进行测试,但我想为此我需要一个虚拟或专用服务器,我只需要一些关于我应该使用哪种硬件规格的建议正在看。我怀疑任何时候都会有超过 2 或 3 人查看照片,但据猜测,我需要确保服务器最多可以处理 10 个人左右并且仍然正常运行。

希望有人能就此提出建议,加油!

I'm in the process of building a simple website, or to be more precise a simple component for a website that adds a watermark to an image, creates a few different size images, and overlays it onto a few products. These edits will be made every time someone queries an image in a certain directory on the server.

I know this can all be done with imagemagick, my only concern is that the whole website will grind to a halt every time someone views their image for the first time (after the edit's been made once, the database is updated to get the edited version every time a user accesses it).

The website isn't hosted yet, for the time being I'm testing on XAMPP, but I figured for this I'm going to need a virtual or dedicated server, I just need some advice on what sort of hardware specs I ought to be looking at. I doubt more than 2 or 3 people will be viewing photos at any one time, but at a guess I need to be sure that the server can handle up to 10 or so and still be functional.

Hope someone can advise on this, cheers!

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

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

发布评论

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

评论(1

夏见 2024-10-20 02:19:04

对于图像处理,您需要一些 CPU 能力。如果图像很大,它们也会消耗内存。但我认为无论如何你都应该使用缓存。我不知道您的应用程序,但肯定有可能缓存一次渲染到文件系统中的图像。

For Imageprocessing you need some CPU Power. If the Images are large they will also consume memory. But I think you should in any case work with caching. I don't know your application but certainly there are possibilities to cache images which are rendered once into the filesystem.

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