bikta
October 15th, 2001, 04:42 AM
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
elib2@clal-ins.co.il
Software Resources
http://www.srl.co.il
Please visit this link:
http://rotter.net/israel
(updated every time)
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
elib2@clal-ins.co.il
Software Resources
http://www.srl.co.il
Please visit this link:
http://rotter.net/israel
(updated every time)