使用2008进行网络负载平衡 [英] Network Load balancing using 2008

查看:71
本文介绍了使用2008进行网络负载平衡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



首先,我不确定这是我的查询的正确论坛。如果有任何其他论坛可以提供我的查询答案,请告诉我。
问题是我有一个应用程序来管理来自我公开我的应用程序的设备的一系列字节WCF服务.actullay设备与另一个应用程序创建套接字连接,该应用程序使用WCF直接将这些字节发送到我的应用程序。我的应用程序与实际直接与设备通信的应用程序之间的连接是无状态的。即它只是发送一系列字节和一​​个键。
基于键,我的应用程序创建不同的对象,即键1对象1和键2对象2等,因为key1的所有数据都不会被发送作为单个响应,它可能在多个块中,键1的数据可能有10个块。因此,我在我的应用程序中创建一个对象池,当特定键的数据首次到达时,该对象池会创建一个对象,并将该对象保存在池中。一旦同一个密钥的下一个chunck到达,它就会使用相同的对象。

我的问题是减少我需要引入网络负载平衡的应用程序的负载。但是我可以在我的场景中进行配置吗?使用Windows 2008 NLB?即所有具有相同密钥的请求应该被引导到处理先前请求的同一台机器上?

干杯?
Jereesh


.net

Hi ,

First of all i am not sure this is the right forums for my query. please let me know if there are any other forums which can provide an answer to my query.

the issue is  I have an application which is manages a serial of bytes coming from a device I expose my application using a WCF service .actullay devices
creates a socket connection with another application and that application sends these bytes directly using WCF to my application . the connection between my application and the application which actually communicates directly with the device is stateless. ie it just sends a series of bytes along with a key.
based on the key my application creates different object ie for key 1 object 1 and for key 2 object 2 etc and since all data for key1 won't be send as a single response it might be in multiple chunks , says data for key 1 might come in 10 chunks . hence i am creating a object pool inside my application which creates an object when the data for a specific key first arrives and keeps that object in a pool. and it uses the same object once the next chunck of the same key arrives.

My problem is to reduce the load of my application I need to introduce Network Load balancing . But Is it possible to configure in my scenario. using windows 2008 NLB? ie all requests with the same key should be directed to the same machine which handled the previous requests ?

Cheers?
Jereesh


.net

推荐答案

您好Jereesh,


这个论坛适用于Windows Server 2008应用程序兼容性&认证。您可以尝试将问题发布在 -

http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=570&SiteID=17。但是,我找到了一些信息,请导航到文章: -
http://support.microsoft.com/default.aspx/kb/309395

Hi Jereesh,


This forum is for Windows Server 2008 Application Compatibility & Certification. You can try posting your question at -

http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=570&SiteID=17 .However, I have found some information for you, please navigate to the article:-

http://support.microsoft.com/default.aspx/kb/309395

希望这会有所帮助!

<谢谢。

Hope this helps!


Thanks.

Shruti


这篇关于使用2008进行网络负载平衡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆