文件名称:LanTalk_sources
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 489kb
- 下载次数:
- 0次
- 提 供 者:
- Lo***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
相关搜索: LanTalk
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LanTalk sources
...............\Bin
...............\...\NAnt
...............\...\....\3rdParty
...............\...\....\........\NLog.dll
...............\...\....\........\WeifenLuo.WinFormsUI.Docking.dll
...............\...\....\Data
...............\...\....\....\Settings.xml
...............\...\....\....\users.dat
...............\...\....\LanTalk.Built
...............\...\....\LanTalk.Client
...............\...\....\LanTalk.Server
...............\...\....\NLog
...............\...\....\....\LanTalk.Client.exe.nlog
...............\...\....\....\LanTalk.ServerGui.exe.nlog
...............\...\....\....\LanTalk.Service.exe.nlog
...............\...\....\Resources
...............\...\....\.........\Button.EN.resource
...............\...\....\.........\ListView.EN.resource
...............\...\....\.........\Messages.EN.resource
...............\Src
...............\...\build.bat
...............\...\clean.bat
...............\...\Client
...............\...\......\Client
...............\...\......\......\Client.cd
...............\...\......\......\Client.cs
...............\...\......\......\ClientEventHandler.cs
...............\...\......\Client.build
...............\...\......\Client.sln
...............\...\......\ClientApp.cs
...............\...\......\Gui
...............\...\......\...\ActivityLogFrm.cs
...............\...\......\...\ActivityLogFrm.designer.cs
...............\...\......\...\ActivityLogFrm.resx
...............\...\......\...\LoginFrm.cs
...............\...\......\...\LoginFrm.Designer.cs
...............\...\......\...\LoginFrm.resx
...............\...\......\...\MainFrm.cs
...............\...\......\...\MainFrm.Designer.cs
...............\...\......\...\MainFrm.resx
...............\...\......\Icons
...............\...\......\.....\talk_red.ico
...............\...\......\LanTalk.Client.csproj
...............\...\......\Message
...............\...\......\.......\MessageDockContent.cs
...............\...\......\.......\MessageDockContent.Designer.cs
...............\...\......\.......\MessageDockContent.resx
...............\...\......\.......\MessagePage.cs
...............\...\......\.......\MessagePage.designer.cs
...............\...\......\.......\MessagePage.resx
...............\...\......\.......\Session.cs
...............\...\......\.......\SessionManager.cs
...............\...\......\.......\SessionMessage.cs
...............\...\......\Properties
...............\...\......\..........\AssemblyInfo.cs
...............\...\......\..........\Resources.Designer.cs
...............\...\......\..........\Resources.resx
...............\...\......\Settings
...............\...\......\........\ApplicationSettings.cs
...............\...\......\........\SettingsFrm.cs
...............\...\......\........\SettingsFrm.Designer.cs
...............\...\......\........\SettingsFrm.resx
...............\...\Common
...............\...\......\LanTalk.Core
...............\...\......\............\ChatCommand
...............\...\......\............\...........\BasePacket.cs
...............\...\......\............\...........\ChatCommand.cs
...............\...\......\............\...........\DictEntryPacket.cs
...............\...\......\............\...........\IBasePacket.cs
...............\...\......\............\...........\ResponsePacket.cs
...............\...\......\............\ChatSocket
...............\...\......\............\..........\ChatSocket.cd
...............\...\......\............\..........\ChatSocket.cs
...............\...\......\............\Core
...............\...\......\............\....\SockUtils.cs
...............\...\......\............\Enums
...............\...\......\............\.....\UserStrings.cs
...............\...\......\............\.....\WsaError.cs
...............\...\......\............\Events
...............\...\......\............\......\ChatEventArgs.cs
...............\...\......\............\......\ChatEventHandler.cs
...............\...\......\............\......\TimedEventArgs.cs
...............\...\......\............\......\TimedEventHandler.cs
...............\...\......\............\Gui
.
...............\Bin
...............\...\NAnt
...............\...\....\3rdParty
...............\...\....\........\NLog.dll
...............\...\....\........\WeifenLuo.WinFormsUI.Docking.dll
...............\...\....\Data
...............\...\....\....\Settings.xml
...............\...\....\....\users.dat
...............\...\....\LanTalk.Built
...............\...\....\LanTalk.Client
...............\...\....\LanTalk.Server
...............\...\....\NLog
...............\...\....\....\LanTalk.Client.exe.nlog
...............\...\....\....\LanTalk.ServerGui.exe.nlog
...............\...\....\....\LanTalk.Service.exe.nlog
...............\...\....\Resources
...............\...\....\.........\Button.EN.resource
...............\...\....\.........\ListView.EN.resource
...............\...\....\.........\Messages.EN.resource
...............\Src
...............\...\build.bat
...............\...\clean.bat
...............\...\Client
...............\...\......\Client
...............\...\......\......\Client.cd
...............\...\......\......\Client.cs
...............\...\......\......\ClientEventHandler.cs
...............\...\......\Client.build
...............\...\......\Client.sln
...............\...\......\ClientApp.cs
...............\...\......\Gui
...............\...\......\...\ActivityLogFrm.cs
...............\...\......\...\ActivityLogFrm.designer.cs
...............\...\......\...\ActivityLogFrm.resx
...............\...\......\...\LoginFrm.cs
...............\...\......\...\LoginFrm.Designer.cs
...............\...\......\...\LoginFrm.resx
...............\...\......\...\MainFrm.cs
...............\...\......\...\MainFrm.Designer.cs
...............\...\......\...\MainFrm.resx
...............\...\......\Icons
...............\...\......\.....\talk_red.ico
...............\...\......\LanTalk.Client.csproj
...............\...\......\Message
...............\...\......\.......\MessageDockContent.cs
...............\...\......\.......\MessageDockContent.Designer.cs
...............\...\......\.......\MessageDockContent.resx
...............\...\......\.......\MessagePage.cs
...............\...\......\.......\MessagePage.designer.cs
...............\...\......\.......\MessagePage.resx
...............\...\......\.......\Session.cs
...............\...\......\.......\SessionManager.cs
...............\...\......\.......\SessionMessage.cs
...............\...\......\Properties
...............\...\......\..........\AssemblyInfo.cs
...............\...\......\..........\Resources.Designer.cs
...............\...\......\..........\Resources.resx
...............\...\......\Settings
...............\...\......\........\ApplicationSettings.cs
...............\...\......\........\SettingsFrm.cs
...............\...\......\........\SettingsFrm.Designer.cs
...............\...\......\........\SettingsFrm.resx
...............\...\Common
...............\...\......\LanTalk.Core
...............\...\......\............\ChatCommand
...............\...\......\............\...........\BasePacket.cs
...............\...\......\............\...........\ChatCommand.cs
...............\...\......\............\...........\DictEntryPacket.cs
...............\...\......\............\...........\IBasePacket.cs
...............\...\......\............\...........\ResponsePacket.cs
...............\...\......\............\ChatSocket
...............\...\......\............\..........\ChatSocket.cd
...............\...\......\............\..........\ChatSocket.cs
...............\...\......\............\Core
...............\...\......\............\....\SockUtils.cs
...............\...\......\............\Enums
...............\...\......\............\.....\UserStrings.cs
...............\...\......\............\.....\WsaError.cs
...............\...\......\............\Events
...............\...\......\............\......\ChatEventArgs.cs
...............\...\......\............\......\ChatEventHandler.cs
...............\...\......\............\......\TimedEventArgs.cs
...............\...\......\............\......\TimedEventHandler.cs
...............\...\......\............\Gui
.