谁在他们的博客中使用 BlogEngine.Net? 运行得好吗? 它会规模化吗? :P

发布于 2024-07-08 16:00:00 字数 161 浏览 8 评论 0原文

我正在考虑使用 BlogEngine.NET 来启动我的博客。 我是一名 C# 程序员,想知道 BlogEngine.NET 是否已经在肚子里了。

它的扩展性好吗? 缓存是否正确? 内存占用大吗? 您可以轻松添加/删除功能吗?

我也接受任何托管建议:)

I'm thinking about using BlogEngine.NET to launch my blog. I'm a C# programmer and was wondering was BlogEngine.NET has in the belly.

Does it scale well? Is it caching properly? Is it memory intensive? Can you easily add/remove functionality?

I also accept any hosting recommendation :)

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

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

发布评论

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

评论(5

甜中书 2024-07-15 16:00:00

我尝试过 dasBlog、subText 和 BlogEngine.Net,我个人认为 BlogEngine.Net 总体上是最可靠的开源 .Net 博客平台。 但与大多数开源项目一样,您应该做好一些准备,以使其外观和行为符合您的要求。 例如,我必须修改核心并重新编译才能在博客首页上显示评论。

我在缓存方面遇到了一些奇怪的情况。 有时变化不会立即显现。 如果它真的开始引起问题,那么配置中可能有一个设置可以使用。 但总体缓存对我来说不是问题。

另一方面,该平台对我来说运行得非常快,也许是因为缓存运行良好。

我目前正在努力使用 BE.Net 实现我的第四个博客/网站。 我对此感到非常高兴,并期待在不久的将来为该项目做出贡献。 我曾经是 subText 的忠实粉丝,但只是把它吹了出来。 另外,subText 版本不是很频繁,Haack 正在寻求在 ASP MVC 中重写整个内容,这很有趣,但 ASP MVC 并不是我想要学习的东西,只是为了我可以皮肤和自定义我的博客实例。

问候。

I've tried dasBlog, subText, and BlogEngine.Net, and I personally think that BlogEngine.Net is overall the most solid open source .Net blogging platform. But as with most open-source project, you should expect to put it a little elbow grease in order to make it look and behave like you want. For instance, I've had to modify the core and recompile in order to be able to show comments on the front page of the blog.

I've experienced a bit of weirdness with the caching. Sometimes changes don't show up right away. If it really started to cause problems then there's probably a setting somewhere in the config to work with. But overall caching isn't an issue for me.

On the other hand, the platform runs really fast for me, perhaps because caching is working well.

I'm currently working on implementing my 4th blog/site using BE.Net. I am very happy with it and am looking forward to contributing to the project in the near future. I used to be a big fan of subText, but BE just blow it out of the water. Plus the subText revs aren't very frequent, and Haack is looking to rewrite the whole thing in ASP MVC, which is interesting, but ASP MVC isn't something I want to have to learn just so I can skin and customize my blog instance.

Regards.

残疾 2024-07-15 16:00:00

我正在运行 BlogEngine.Net。 我不知道缩放,因为我的博客还没有那么流行。 我对此非常满意。
我之前尝试过 subtext,但遇到了一些稳定性问题,它记录了我发现很难调试的异常。 我将数据库导出到 BlogML 时出错,它打乱了我的博客文章的顺序。 BlogEngine.Net 看起来稳定很多。

我正在我的一个朋友托管的虚拟服务器上运行。 我没有发现任何性能问题,但这可能是因为每天有 15 名访客的峰值负载。 我遇到了一些麻烦,Live Writer 两次发布博客条目,但我怀疑这是 Live Writer 的错。

我真的很喜欢扩展模型以及在博客设计上拖放扩展的方式。 目前还没有太多主题支持这一点,但我通过在大约三个小时内更改标准主题来创建自己的外观和感觉。

I'm running BlogEngine.Net. I don't know about scaling because my weblog isn't that popular (yet). I'm very happy with it.
I tried subtext before and I had some stability problems with it, it logged exceptions that I found hard to debug. I got an error exporting the database to BlogML and it messed up the order of my blogposts. BlogEngine.Net seems a lot more stable.

I'm running on a virtualized server hosted by a friend of mine. I have seen no performance issues but that might be because of the massive 15 visitors per day peak load. I've have some trouble where Live Writer posts blog entries twice, but I suspect this is Live Writer's fault.

I really like the extension model and the way you can drag and drop extensions on the design of your blog. There aren't much themes that support this yet but I created my own look and feel by changing the standard theme in about three hours.

迟月 2024-07-15 16:00:00

它对我们来说运行良好。 我确实看到过非常罕见的情况,当我们遇到 DDOS(似乎是某种内存泄漏)时,内存会猛增,但总的来说,它工作得很好。 我们不运营最受欢迎的博客,但我们的一些帖子确实获得了大量的流量。

我们也出于我们的目的编写了自己的插件。

(http://blog.lavablast.com)

It runs well for us. I did see very rare situations where memory skyrocketed when we were getting a DDOS (appeared to be some kind of a memory leak) but in general, it works fine. We don't run the most popular blog, but we did get good amounts of traffic for some of our posts.

We wrote our own plugin for our purposes, as well.

(http://blog.lavablast.com)

仙气飘飘 2024-07-15 16:00:00

我在 Mono 上运行它。 我从 livejournal 导入了我的帖子,并根据我的需要编写了一些扩展。 它在 Mono 和国际化方面存在一些问题,但总的来说我非常喜欢它 - 如果您是 .net 开发人员,它很容易理解和修改它。
工作速度和逻辑性都很好。 对于稳定性或缓存一无所知,因为到目前为止我还没有经历过斜点效应。

I'm running it on Mono. I imported my posts from livejournal and written some extensions for my needs. It has some issues with Mono and internationalization, but overall I like it very much - it is pretty easy to understand and modify it, if you are .net developer.
Speed and logic of working is good. Can tell nothing about stability or caching, because I haven't experienced slashdot effect so far.

绾颜 2024-07-15 16:00:00

请研究一下在网络农场或云上支持 BlogEngine.net。 BE.net 从来没有被设计为在这些环境中工作,并且有一些技巧可以提供帮助......

所有帖子都存储在内存中(我在查看他们如何使用搜索引擎时发现了这一点),所以我有点担心如何这将会扩大规模。

不然写得很好啊!

Please do your research on supporting BlogEngine.net on webfarms or clouds. BE.net was never designed to work in these environments and there are a few hacks to help....

All posts are stored in memory (I found this out when looking how they did their search engine), so am a bit anxious how this will scale.

Otherwise, it is well written!

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