Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个具有这种结构的投标系统:用户可以预订拍卖,然后当拍卖开始时,用户可以点击一个按钮,这个按钮将提高基本价格。问题是 :
我想显示所有用户的最后一个订单,这将每隔一秒发生一次,这将在一个更新面板中,其中包括我的数据列表(显示正在运行的拍卖),并且每隔一秒这个更新面板应该更新,数据源应该获取数据很慢。
有什么建议吗?
阅读彗星。
基本上你会得到一个投标事件,然后你需要发布它。请参阅发布-订阅。
也谷歌搜索pub sub asp.net。
pub sub asp.net
编辑#1:谷歌http push也是如此。
http push