0

I'd like to know what impact that calling a handler every second can make in a website performence.

I ask this because i've an auction website and i'd like to see live bidding, so how can i do it without losing performence in the website.

What options do i have to make this perfect or almost!!

Severiano
  • 1,083
  • 3
  • 25
  • 54
  • Try to simulate your conditions and do a benchmark test like so http://stackoverflow.com/questions/1047218/benchmarking-small-code-samples-in-c-can-this-implementation-be-improved – user1477388 Feb 20 '14 at 18:36
  • 2
    How about abandoning polling and using something like SignalR instead? Much lighter on load. Much more responsive. http://signalr.net/ – spender Feb 20 '14 at 18:39
  • definitely signalR, look at their ChatRoom Example – Jonesopolis Feb 20 '14 at 18:39

0 Answers0