English 中文(简体)
ColdFusion Socket Gateway
原标题:

What is the performance like on a Socket Gateway for CF?

EDIT :

I meant to ask, given the way its built is it suitable for large scale applications or just demo purposes? I.e 2000+ users being connected to it, but small amounts of data coming in and going at various times.

最佳回答

Given the parameters that you include, acceptable.

Edit: Sorry about the snark.

So, in general the performance has been pretty good, and from my experience with it, as long as your setup could handle 2000 requests via the typical web facing request, the socket gateway should be able to hold up, depending on what exactly you are doing with it.

From a networking perspective, you have to be careful about holding 2000 ports open if that s what you re doing.

In any case I would recommend load testing.

问题回答

暂无回答




相关问题
JQuery AJAX .load - flash chart doesnt load in IE

An IE issue has me completely stumped. I have a coldfusion page that uses JQuery s AJAX .load function to load in a new flash file that is generated by coldFusion s cfchart tag. This works completely ...

Best Coldfusion Library for OpenID [closed]

I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get s the most support, ...

Find ColdFusion Generated ID

Is there a way to find the elements generated by ColdFusion s <CFLayout> and <CFLayoutArea> tags? These tags: <cflayout type="tab" name="MyAccount"> <cflayoutarea name="...

ColdFusion COM error

I am upgrading from CF4.5 to CF8. Calls to COM dll s that used to work in version 4.5 now throw a "Complex object types cannot be converted to simple values.." error. The COM object has a few arrays ...

What s the best way to write engine-specific CFML code?

Sometimes it is necessary to write different code for Adobe ColdFusion vs Railo vs OpenBD, due to differences in implementation. Do people have a specific method that they use for this? For example, ...

热门标签