Menu

CinaProxy Server in vb6 for win32 / News: Recent posts

winstaller upload planned

now i'm trying to compile a winstaller-package, with the new release stable v02 in middle of june so be patient...

Posted by Philipp Rothmann 2002-06-15

new release uploaded and planning new one

i've checked the translation and i decided to use the res-localization. one res-file and to ressources one for 'us-en' and one for 'ge'. so the gui has changed and the debug-information file shows the version of the server. the adbloker can now read gzip-encodings (it says to the server that it has to use identity-encoding(NO ENCODING) :-)...) so several new details were added, docs are not so good so far... i need some support - anyone outthere who want to write the docs? - i know - nowone except me could understood, what is in the package - is it good doced?? some feedback??? style??

Posted by Philipp Rothmann 2002-06-10

new release planned

i work hard on a second release for the sourceforge community: i've fixed some errors and i'm working hard on a documentation

Posted by Philipp Rothmann 2002-06-04

uploaded sourceforge gpl version of cinaserver

packed a release of code - it's not well commented but still works fine. for installation or compilation issues and faqs wait until i find some time...

Posted by Philipp Rothmann 2002-05-31

web server directory

problems with www/../ and www/. this directives lets the server hang - so change them. Behavior: swithc to www/

Posted by Philipp Rothmann 2002-04-20

atomic time by http

for germany use input from http://www.uhrzeit.org/index.shtml

Posted by Philipp Rothmann 2002-04-20

bandwidth limitation

as far as the source from gnucleus was released bandwidth is so easy to implement:
just use an own socket-implementation: on receiving event just recv() with a buffer that fits to the bandwidth - counting and managing the rate is not so difficult but you have to do it for all sockets. Be carefull: the MS Winsock -Control receives everything it can get and does not receive in steps that you want it to...

Posted by Philipp Rothmann 2002-03-18

using a socket pool instead of loading/unloading

as described in msdn kb - loading multiple controls may hang the server machine because a bug in the control - so safely use a socket-pool: if an request is served, a new connection can be attempted otherwise the client has to wait

Posted by Philipp Rothmann 2002-03-18

safely multithread

with the multithreading ocx implemented into the server - we can use the vb-exe as nt-service and we can handle blocking calls within the receivefrom call in the LANCAPI implementation

Posted by Philipp Rothmann 2002-03-18