|
-
October 15th, 2001, 04:42 AM
#1
TcpServerChannel problems
Shalom.
We want populate some object for net access.
We want use TcpServerChannel like that
ChannelServices.RegisterChannel(new TcpServerChannel(TcpPort));
RemotingConfiguration.RegisterWellKnownServiceType(typeof(SettingsManager),typeof(SettingsManager).Name,WellKnownObjectMode.Singleton);
It works, but VERY slowly (like 25 seconds for 10,000 objects of 100 bytes each), while
0.03 sec from this time goes for tcp connect and rest of time - for serialization/deserialization.
The question is : how we can get more quick serialization approach instead of default one and integrate it to our project?
Thanks,-
Vyacheslav (Eliyahu) Biktagirov
Software Engineer
[email protected]
Software Resources
http://www.srl.co.il
Please visit this link:
http://rotter.net/israel
(updated every time)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|