News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
#ZipLib ?  
by Sebastian Andersson
posted on 2005/03/31

Has anyone used the SSL sockets together with #ZipLib ? As a quick test I created a BZip2InputStream with SecureNetworkStream as an "inner stream" to it after creating a BZip2OutputStream with the same object as inner stream, but then I got a deadlock inside of the SecureSocket while the BZip2InputStream is being created (in org.mentalis.security.dll!Org.Mentalis.Security.Ssl.Shared.SocketController.EndReceive(System.IAsyncResult ar = {Org.Mentalis.Security.Ssl.AsyncResult}) Line 243).

by Sebastian Andersson
posted on 2005/04/01

Never mind, BZip2 needs full blocks to be able to compress the data.
with the GZip streams it worked somewhat batter, but after a while it got stuck too.

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.