You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(44) |
Apr
(22) |
May
(8) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jerome LG <jer...@ya...> - 2004-03-26 19:48:10
|
199...@ma... a écrit : >Hi guys, > >I can't also commit changes to the CVS in Eclipse. But >can read the whole sourceforge cvs document and solve >this problem maybe :) > >The other thing is we can arrange meetings in IRC channels >if we would. For instance in irc.freenode.net opensource projects. > > > > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click >_______________________________________________ >Dlhttpd-devel mailing list >Dlh...@li... >https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > > > Hi ! i'm register as user naik on irc.freenode.net channel #dlhttpd but i've can't chat with you now because i've to go... sorry Jerome |
From: Renato N. B. <rnb...@ya...> - 2004-03-26 19:38:38
|
Hello, Jerome. I tested both your release and the one I'm merging and... that's the best iget: dlhttpd 0.5.2 (Genesis) Copyright (c) 2002, Darren L. LaChausse All rights reserved. Ready. (On most systems, press Ctrl-C to exit.) Creation Socket Waiting HTTP Server Waiting SSL HTTP Server I try to access by the browser and... nothing!!! with a "netstat" I see the machine is listening to the ports 8888 and 8883, but I still receive nothing on my browser. Any idea of what's wrong with my machine, if I forgot something, etc? [ ] Renato Jerome LG <jer...@ya...> wrote: Hi ! i make some modifications on source that i publish this afternoon. Now, the dlhttp has this functionnalities : - creation of WebSite class, this class is customizable with a DocumentRoot parameter represent the files location and a 'name' who represent the domain name or ip address (127.0.0.1, localhost, what you want...) - review of HTTPWorker and HTTPTalk to be able to recognize more HTTP protocol language (not all...). I modify extraction operation of parameter with a StringTokenizer. - creation of HttpServer and HttpsServer created with a port (actually 8880 and 8883 (ssl)) - association of WebSite(s) with an HttpServer or HttpsServer or both. When HttpServer or HttpsServer receive a connection, it give it with associated website(s) to a HTTPWorker. HTTPWorker create an HTTPTalk. This last look client request (parameter Host of HTTP) to determine to what website the request is for. If none website found, HttpServer (or HttpsServer) had a default website (/site/default/) with a page called index.html who said "This address is not available on this server !" - i modify HTTPResourceLoader to be able to ask WebSite for the directory All work well on my machine, tomorrow, i will make the XML configuration. The version describes bellow is available here (http://f4cdu.free.fr/dlhttp2.zip) but it is static configuration and there absolutely NO COMMENT ! I'm sorry for that but i will solve this ! I download siege (http://www.joedog.org/siege/). It's a web server stress tools. In LOCAL, with an Athlon 1GHz, 512 Mo RAM under Linux Gentoo (kernel 2.4.25), siege realise max of 110 connections/second on dlhttp (not in SSL!) !!! I think it's very great !!! Result of siege : # siege -u http://localhost:8880/ -c 1 -i ** Siege 2.58 ** Preparing 1 concurrent users for battle. The server is now under siege... Lifting the server siege.. done. Transactions: 1425 hits Availability: 100.00 % Elapsed time: 12.72 secs Data transferred: 611325 bytes Response time: 0.01 secs Transaction rate: 112.03 trans/sec Throughput: 48060.14 bytes/sec Concurrency: 0.99 Successful transactions: 1425 Failed transactions: 0 Waiting your comment and question. Bye and good night ! Jerome ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel |
From: <199...@ma...> - 2004-03-26 19:29:21
|
Hi guys, I can't also commit changes to the CVS in Eclipse. But can read the whole sourceforge cvs document and solve this problem maybe :) The other thing is we can arrange meetings in IRC channels if we would. For instance in irc.freenode.net opensource projects. |
From: Renato N. B. <rnb...@ya...> - 2004-03-26 19:24:55
|
OK! OK! I'M SORRY!!! The stupid man writing this words discovered the trick... sorry for disturbing you guys. I hadn't noticed your "port 8880" change. so, well, everything is OK, I just "merged" the two releases and i think we have release 0.5.4 (Genesis ++) available... I'll find a place for you all to download it :) [ ] Renato |
From: Renato N. B. <rnb...@ya...> - 2004-03-26 19:20:42
|
Inoticed that the HTTPS connections works just fine. I just didn't understand what's going on with normal HTTP :/ [ ] Renato Jerome LG <jer...@ya...> wrote: Hi ! i make some modifications on source that i publish this afternoon. Now, the dlhttp has this functionnalities : - creation of WebSite class, this class is customizable with a DocumentRoot parameter represent the files location and a 'name' who represent the domain name or ip address (127.0.0.1, localhost, what you want...) - review of HTTPWorker and HTTPTalk to be able to recognize more HTTP protocol language (not all...). I modify extraction operation of parameter with a StringTokenizer. - creation of HttpServer and HttpsServer created with a port (actually 8880 and 8883 (ssl)) - association of WebSite(s) with an HttpServer or HttpsServer or both. When HttpServer or HttpsServer receive a connection, it give it with associated website(s) to a HTTPWorker. HTTPWorker create an HTTPTalk. This last look client request (parameter Host of HTTP) to determine to what website the request is for. If none website found, HttpServer (or HttpsServer) had a default website (/site/default/) with a page called index.html who said "This address is not available on this server !" - i modify HTTPResourceLoader to be able to ask WebSite for the directory All work well on my machine, tomorrow, i will make the XML configuration. The version describes bellow is available here (http://f4cdu.free.fr/dlhttp2.zip) but it is static configuration and there absolutely NO COMMENT ! I'm sorry for that but i will solve this ! I download siege (http://www.joedog.org/siege/). It's a web server stress tools. In LOCAL, with an Athlon 1GHz, 512 Mo RAM under Linux Gentoo (kernel 2.4.25), siege realise max of 110 connections/second on dlhttp (not in SSL!) !!! I think it's very great !!! Result of siege : # siege -u http://localhost:8880/ -c 1 -i ** Siege 2.58 ** Preparing 1 concurrent users for battle. The server is now under siege... Lifting the server siege.. done. Transactions: 1425 hits Availability: 100.00 % Elapsed time: 12.72 secs Data transferred: 611325 bytes Response time: 0.01 secs Transaction rate: 112.03 trans/sec Throughput: 48060.14 bytes/sec Concurrency: 0.99 Successful transactions: 1425 Failed transactions: 0 Waiting your comment and question. Bye and good night ! Jerome ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel |
From: Renato N. B. <rnb...@ya...> - 2004-03-26 17:23:39
|
I'll try to 'merge' the new files you gus sent in only one version... [ ] Renato 199...@ma... wrote: Here it is: http://mail.baskent.edu.tr/~19913500/dlhttpd.zip Apart of that, why aren't we using CVS ? Jerome also publish his code and i and other will. How can we do code manipulation between others ? It is hard to integrate every one's version into one. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel |
From: Jerome LG <jer...@ya...> - 2004-03-26 16:44:12
|
Renato Nunes Bastos a écrit : > Well, I'd really love if you guys could use CVS. If you're able to > upload files there, please do it. I don't use only because I'm having > problems with my connection, but I can download. So, if you guys can > update it, please DO IT!!! > > :) > > [ ] > Renato > > */199...@ma.../* wrote: > > > > Here it is: > > http://mail.baskent.edu.tr/~19913500/dlhttpd.zip > > Apart of that, why aren't we using CVS ? Jerome also > publish his code and i and other will. How can we do > code manipulation between others ? It is hard to integrate > every one's version into one. > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click > _______________________________________________ > Dlhttpd-devel mailing list > Dlh...@li... > https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > I also have a problem with CVS under Eclipse (i've never use CVS...). When i try to browse, eclipse tell me this error : "The server reported an error while performing "cvs ckeckout" command" : Protocol error: Root request missing. Do you know this error ? Jerome |
From: Renato N. B. <rnb...@ya...> - 2004-03-26 16:36:08
|
Well, I'd really love if you guys could use CVS. If you're able to upload files there, please do it. I don't use only because I'm having problems with my connection, but I can download. So, if you guys can update it, please DO IT!!! :) [ ] Renato 199...@ma... wrote: Here it is: http://mail.baskent.edu.tr/~19913500/dlhttpd.zip Apart of that, why aren't we using CVS ? Jerome also publish his code and i and other will. How can we do code manipulation between others ? It is hard to integrate every one's version into one. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel |
From: <199...@ma...> - 2004-03-26 15:25:39
|
Here it is: http://mail.baskent.edu.tr/~19913500/dlhttpd.zip Apart of that, why aren't we using CVS ? Jerome also publish his code and i and other will. How can we do code manipulation between others ? It is hard to integrate every one's version into one. |
From: Jerome LG <jer...@ya...> - 2004-03-26 02:08:19
|
Hi ! I have made a zip file with my source file corresponding to the new architecture. It support SSL and all necessary file are in the package. SSL and 'Normal' HTTP available at the same time on same WebSite. We must add some jar files (included in sun jdk or jre 1.4.2) to your classpath to support SSL : - jre/lib/jsse.jar - jre/lib/jce.jar - junit.jar : not from my code, you need to install junit... but not necessary for SSL Configuration : in dlhttp.conf : port is for non-ssl (8880 in zip file) sslport is for ssl (8883 in zipfile) Currently, all works on my machine, i have to improve WebSite class... For SSL, i just use this document http://java.sun.com/developer/technicalArticles/Security/secureinternet/ It can be necessary for you if you need to create new serverkeys. serverkeys file is used for SSL. It is the private and public key. My zipfile is available at : http://f4cdu.free.fr/dlhttp.zip Waiting for your question... Bye Jerome |
From: Jerome LG <jer...@ya...> - 2004-03-26 00:39:20
|
Hi ! i make some modifications on source that i publish this afternoon. Now, the dlhttp has this functionnalities : - creation of WebSite class, this class is customizable with a DocumentRoot parameter represent the files location and a 'name' who represent the domain name or ip address (127.0.0.1, localhost, what you want...) - review of HTTPWorker and HTTPTalk to be able to recognize more HTTP protocol language (not all...). I modify extraction operation of parameter with a StringTokenizer. - creation of HttpServer and HttpsServer created with a port (actually 8880 and 8883 (ssl)) - association of WebSite(s) with an HttpServer or HttpsServer or both. When HttpServer or HttpsServer receive a connection, it give it with associated website(s) to a HTTPWorker. HTTPWorker create an HTTPTalk. This last look client request (parameter Host of HTTP) to determine to what website the request is for. If none website found, HttpServer (or HttpsServer) had a default website (/site/default/) with a page called index.html who said "This address is not available on this server !" - i modify HTTPResourceLoader to be able to ask WebSite for the directory All work well on my machine, tomorrow, i will make the XML configuration. The version describes bellow is available here (http://f4cdu.free.fr/dlhttp2.zip) but it is static configuration and there absolutely NO COMMENT ! I'm sorry for that but i will solve this ! I download siege (http://www.joedog.org/siege/). It's a web server stress tools. In LOCAL, with an Athlon 1GHz, 512 Mo RAM under Linux Gentoo (kernel 2.4.25), siege realise max of 110 connections/second on dlhttp (not in SSL!) !!! I think it's very great !!! Result of siege : # siege -u http://localhost:8880/ -c 1 -i ** Siege 2.58 ** Preparing 1 concurrent users for battle. The server is now under siege... Lifting the server siege.. done. Transactions: 1425 hits Availability: 100.00 % Elapsed time: 12.72 secs Data transferred: 611325 bytes Response time: 0.01 secs Transaction rate: 112.03 trans/sec Throughput: 48060.14 bytes/sec Concurrency: 0.99 Successful transactions: 1425 Failed transactions: 0 Waiting your comment and question. Bye and good night ! Jerome |
From: Jerome LG <jer...@ya...> - 2004-03-25 18:44:21
|
Hi Bogdan, i allow me to reply your question. I saw in precedent mail you have ever make Servlet like application. If you are interrested by the subject, we have to realise a CGI like engine for the webserver. Bye Jérôme bnll a écrit : >Hello guys! >I am Bogdan - a new member of your team. >Now I yet no engaged in any project task, >Therefore If the help is necessary for somebody, can address to me > > > |
From: bnll <bn...@ma...> - 2004-03-25 18:39:01
|
Hello guys! I am Bogdan - a new member of your team. Now I yet no engaged in any project task, Therefore If the help is necessary for somebody, can address to me -- Best regards, bnll mailto:bn...@ma... |
From: <jer...@fr...> - 2004-03-25 18:05:21
|
Hi ! I have made a zip file with my source file corresponding to the new architecture. It support SSL and all necessary file are in the package. SSL and 'Normal' HTTP available at the same time on same WebSite. We must add some jar files (included in sun jdk or jre 1.4.2) to your classpath to support SSL : - jre/lib/jsse.jar - jre/lib/jce.jar - junit.jar : not from my code, you need to install junit... but not necessary for SSL Configuration : in dlhttp.conf : port is for non-ssl (8880 in zip file) sslport is for ssl (8883 in zipfile) Currently, all works on my machine, i have to improve WebSite class... For SSL, i just use this document http://java.sun.com/developer/technicalArticles/Security/secureinternet/ It can be necessary for you if you need to create new serverkeys. serverkeys file is used for SSL. It is the private and public key. My zipfile is available at : http://f4cdu.free.fr/dlhttp.zip Waiting for your question... Bye Jerome |
From: Renato N. B. <rnb...@ya...> - 2004-03-25 14:05:40
|
Well, the "last version" of slhttpd was the one that Bugra sent here, another day... If you want, I can send it back to you. I' not sure, but I guess he can have done more changes to the code, according to his last message. As the mailling list is not accepting zipfiles, I think he is unable to send it here... so, Bugra, if you have done anything else, send to my email... while that, you can use the last release. Bugra inserted the new files he did on that zipo file, on the folder "src". For me, it's ok the new structure you wanna give to dlhttpd base. Surely it will be a lot easier to make it become a multi-site webserver - and it's something I really plan to make it be, as any GOOD webserver is like that... :) you got my vote... do you plan to do any changes on this, after inserting SSL? [ ] Renato Jerome LG <jer...@ya...> wrote:Hi ! SSL support is very simple. I have realised it but I try to respect precedent code. I create a class HttpServer. It replace the class ServerSocket used in dlhttpd.main. HttpServer take 3 parameters : port, qlen ans a boolean to tell if this server is secured or not. I need the last version to add HttpServer to the main package. I want to add something about general concept : for the moment, dlhttpd.main create the server and manage multi-threading, etc... I propose that : - create a class WebSite, this class is customizable with parameters like directory on the disk, website address, etc... - dlhttp create Website(s) and configure it (with information in dlhttp.conf in XML :-)) - dlhttp create HttpServer(s) and configure it (one server on port 80, another on port 443 with SSL, etc...) - dlhttp add Website(s) to HttpServer(s) who must manage it Basis of WebSite class is HTTPWorker. Basis of HttpServer is... HttpServer. With that solution, we can easily have a multi site webserver. I'm waiting for questions or suggestion ! If Bogdan want to do CGI like functionnalities, no problem ! Bye. Jerome ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel |
From: Renato N. B. <rnb...@ya...> - 2004-03-25 14:00:08
|
Hello, Bogdan. I'm replying this to the mailling list, because it may interest the other guys. Sorry for the delay on replying, though, as I was a bit busy yesterday. Well, yes, I saw your request parser. It seems to be good. I tried to send it attached to this message so the other developers can look at it, and maybe use it for something in the project, but SF.net is blocking zip files on their list now. Anyone interested in these files, please let me know, I'll send directly to your mail address, instead of sending to this mailling-list. Yes, you can learn more about #9 and #10. When you have enough skills on those areas, feel fre to do some changes on the code, to implement the new stuff. About helping someone else, well, I hope they reply to this message if they need you. I'm almost sure they will like some help, won't you, guys? :) [ ] Renato "âÏÇÄÁÎ óÔÒÁÈÏ×" <bn...@ma...> wrote: Hello Renato, Thank you for answer. What you think about my class (which I sent to you in last letter)? About project: may be I try to learn more about task #9 and #10? And may be somebody needs my help in work? Best regards, Bogdan bnll mailto:bn...@ma... |
From: Renato N. B. <rnb...@ya...> - 2004-03-25 13:45:28
|
oh, yeah, now I found the logfile, sorry. hehehe I read too fast the configfile, so I thought you had left it unchanged, pointing to a "log" folder I have here :) well, about those other bug I told you.. did you get mey message, or already coded/is coding something about it? [ ] Renato 199...@ma... wrote: Hi, I've revised my tasks and done some minor changes to the code. Please try directory listing and logging functionality. Note: logging is taken under the config directory. Also to the stdout. |
From: Jerome LG <jer...@ya...> - 2004-03-24 22:44:52
|
Renato Nunes Bastos a écrit : > Guvenc Gulce just arrived on the team. Let's welcome him, and help him > help us! > :) > > He is able to help us sarting on the tasks #2 and #3 ("HTTPS" > connection and "other methods bedsides GET"), so I hope that Jérême, > Ruther and Rado (who were working in those issues), will get in > contact with him, so he can help you guys. > > Welcome onboard, and let's work! :) > > [ ] > Renato Hi ! SSL support is very simple. I have realised it but I try to respect precedent code. I create a class HttpServer. It replace the class ServerSocket used in dlhttpd.main. HttpServer take 3 parameters : port, qlen ans a boolean to tell if this server is secured or not. I need the last version to add HttpServer to the main package. I want to add something about general concept : for the moment, dlhttpd.main create the server and manage multi-threading, etc... I propose that : - create a class WebSite, this class is customizable with parameters like directory on the disk, website address, etc... - dlhttp create Website(s) and configure it (with information in dlhttp.conf in XML :-)) - dlhttp create HttpServer(s) and configure it (one server on port 80, another on port 443 with SSL, etc...) - dlhttp add Website(s) to HttpServer(s) who must manage it Basis of WebSite class is HTTPWorker. Basis of HttpServer is... HttpServer. With that solution, we can easily have a multi site webserver. I'm waiting for questions or suggestion ! If Bogdan want to do CGI like functionnalities, no problem ! Bye. Jerome |
From: Renato N. B. <rnb...@ya...> - 2004-03-24 12:06:23
|
Guvenc Gulce just arrived on the team. Let's welcome him, and help him help us! :) He is able to help us sarting on the tasks #2 and #3 ("HTTPS" connection and "other methods bedsides GET"), so I hope that Jérême, Ruther and Rado (who were working in those issues), will get in contact with him, so he can help you guys. Welcome onboard, and let's work! :) [ ] Renato |
From: <199...@ma...> - 2004-03-24 09:06:44
|
Hi, I've revised my tasks and done some minor changes to the code. Please try directory listing and logging functionality. Note: logging is taken under the config directory. Also to the stdout. |
From: pan h. <hua...@ho...> - 2004-03-24 02:16:31
|
me too:) >From: "hemal virenra shah" <sha...@re...> >Reply-To: dlh...@li... >To: dlh...@li... >Subject: Re: RE: [Dlhttpd-devel] Team Improvement ;) >Date: 24 Mar 2004 02:08:10 -0000 > >hi, > >yes please assign me the task so that i can start working on it > >regards >hemal > >On Tue, 23 Mar 2004 pan hlpan wrote : > >no problem:) > > > > > >> From: Renato Nunes Bastos <rnb...@ya...> > >>Reply-To: dlh...@li... > >>To: dlh...@li... > >>Subject: [Dlhttpd-devel] Team Improvement ;) > >>Date: Tue, 23 Mar 2004 05:16:07 -0800 (PST) > >> > >>Hello, guys, > >> > >>I ust added a new member to the developers team. His name is Rado > >(despotic at SF.net), and can be contacted through the email r_...@ho... > >> > >>BTW, as I never listed all the tem here, I'm doing it right now, and a > >small list of "who is doing what" in the project. I want the guys that are working in tasks that are shared by more than one developer, to talk more each other... or you'll guys do the same thing at same time hehehehehehe > >> > >> > >>DEVELOPER TEAM AS IT IS AT MOMENT: > >> - Sunil (data_structure0 at SF.net / sun...@in... ) - > >no tasks yet > >> - Je (jerome_lg at SF.net / jer...@ya...) - tasks #2 and #14 + > >XML files for config (#17 - new "task") > >> - Hemal (hemal4 at Sf.net / hem...@ya...) - no tasks yet > >> - Bugra (saltus at SF. net / 199...@ma...) - tasks #1 > >and #5 (almost ready - first release done) > >> - Peter Pan (hlpan at SF.net / hua...@ho...) - no task yet > >> - Ruther (rutherking at SF.net / rut...@ya...) - tasks #3 > >and #8 > >> - Rado (despotic at SF.net / r_...@ho...) - task #3 > >> > >>TASKS (TO DO LIST) - "UPDATED" > >> 1. Better loggging. - Bugra > >> 2. Support for secure connections (HTTPS). - Je > >> 3. Support for other HTTP methods besides GET - Ruther and Rado > >> 4. When user presses Ctrl-C, stop all threads and close all connections > >> (if not done now). > >> 5. Print directory listings if index.html does not exist. - Bugra > >> 6. Fix filter() function in HTTPResourceLoader.java for when there are > >> multiple ".." patterns in the requested file. > >> 7. HTTPResource class does nothing with the "path" variable in its > >> constructor. > >> 8. Does the server display pages for which there is no permission? - > >Ruther > >> 9. Add other error messages to the server (it currently has six) > >> 10. Fast HTML compression > >> 11. Cache files (both compressed and raw) in memory, up to some limit > >> (probably based on a config parameter.) > >> 12. Good summary statistics to keep track of the server over extended > >> time periods. > >> 13. Better thread management. > >> 14. Dynamically load-able Java "CGIs" - or some other kind of API for > >> Java to dynamically extend the server's request processing. - Je > >> 15. Performance, performance, performance. > >> 16. better method for debug logging. > >> 17. convert config files to XML format - Je > >> > >> > >>The guys without task... are you ready to be assigned to "whatever I > >choose"? :) > >> > >> > >>[ ] > >>Renato > >>"Project Manager" > > > >_________________________________________________________________ > >享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >_______________________________________________ > >Dlhttpd-devel mailing list > >Dlh...@li... > >https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > > >sha...@re... >hem...@ya... > >have a nice time _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn |
From: hemal v. s. <sha...@re...> - 2004-03-24 02:09:50
|
hi,=0A=0Ayes please assign me the task so that i can start working on it=0A= =0Aregards=0Ahemal=0A=0AOn Tue, 23 Mar 2004 pan hlpan wrote :=0A>no problem= :)=0A>=0A>=0A>> From: Renato Nunes Bastos <rnb...@ya...>=0A>>Reply-To= : dlh...@li...=0A>>To: dlh...@li...urcefor= ge.net=0A>>Subject: [Dlhttpd-devel] Team Improvement ;)=0A>>Date: Tue, 23 M= ar 2004 05:16:07 -0800 (PST)=0A>>=0A>>Hello, guys,=0A>>=0A>>I ust added a n= ew member to the developers team. His name is Rado=0A>(despotic at SF.net),= and can be contacted through the email r_...@ho...=0A>>=0A>>BTW, a= s I never listed all the tem here, I'm doing it right now, and a=0A>small l= ist of "who is doing what" in the project. I want the guys that are workin= g in tasks that are shared by more than one developer, to talk more each ot= her... or you'll guys do the same thing at same time hehehehehehe=0A>>=0A>>= =0A>>DEVELOPER TEAM AS IT IS AT MOMENT:=0A>> - Sunil (data_structure0 at S= F.net / sun...@in... ) -=0A>no tasks yet=0A>> - J=E9r=F4= me (jerome_lg at SF.net / jer...@ya...) - tasks #2 and #14 +=0A>XML f= iles for config (#17 - new "task")=0A>> - Hemal (hemal4 at Sf.net / hem_20= 02...@ya...) - no tasks yet=0A>> - Bugra (saltus at SF. net / 1991350= 0...@ma...) - tasks #1=0A>and #5 (almost ready - first release d= one)=0A>> - Peter Pan (hlpan at SF.net / hua...@ho...) - no task= yet=0A>> - Ruther (rutherking at SF.net / rut...@ya...) - = tasks #3=0A>and #8=0A>> - Rado (despotic at SF.net / r_...@ho...) = - task #3=0A>>=0A>>TASKS (TO DO LIST) - "UPDATED"=0A>> 1. Better loggging.= - Bugra=0A>> 2. Support for secure connections (HTTPS). - J=E9r=F4me=0A= >> 3. Support for other HTTP methods besides GET - Ruther and Rado=0A>> = 4. When user presses Ctrl-C, stop all threads and close all connections=0A= >> (if not done now).=0A>> 5. Print directory listings if index.html does= not exist. - Bugra=0A>> 6. Fix filter() function in HTTPResourceLoader.j= ava for when there are=0A>> multiple ".." patterns in the requested file.= =0A>> 7. HTTPResource class does nothing with the "path" variable in its= =0A>> constructor.=0A>> 8. Does the server display pages for which there = is no permission? -=0A>Ruther=0A>> 9. Add other error messages to the ser= ver (it currently has six)=0A>> 10. Fast HTML compression=0A>> 11. Cache = files (both compressed and raw) in memory, up to some limit=0A>> (probably= based on a config parameter.)=0A>> 12. Good summary statistics to keep tr= ack of the server over extended=0A>> time periods.=0A>> 13. Better thread= management.=0A>> 14. Dynamically load-able Java "CGIs" - or some other ki= nd of API for=0A>> Java to dynamically extend the server's request process= ing. - J=E9r=F4me=0A>> 15. Performance, performance, performance.=0A>> 1= 6. better method for debug logging.=0A>> 17. convert config files to XML f= ormat - J=E9r=F4me=0A>>=0A>>=0A>>The guys without task... are you ready to = be assigned to "whatever I=0A>choose"? :)=0A>>=0A>>=0A>>[ ]=0A>>Renato=0A>>= "Project Manager"=0A>=0A>__________________________________________________= _______________=0A>=CF=ED=D3=C3=CA=C0=BD=E7=C9=CF=D7=EE=B4=F3=B5=C4=B5=E7= =D7=D3=D3=CA=BC=FE=CF=B5=CD=B3=A1=AA MSN Hotmail=A1=A3 http://www.hotmail.= com =0A>=0A>=0A>-------------------------------------------------------=0A= >This SF.Net email is sponsored by: IBM Linux Tutorials=0A>Free Linux tutor= ial presented by Daniel Robbins, President and CEO of=0A>GenToo technologie= s. Learn everything from fundamentals to system=0A>administration.http://ad= s.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dclick=0A>____________________= ___________________________=0A>Dlhttpd-devel mailing list=0A>Dlhttpd-devel@= lists.sourceforge.net=0A>https://lists.sourceforge.net/lists/listinfo/dlhtt= pd-devel=0A=0A=0As...@re...=0Ah...@ya...=0A=0Ahave= a nice time |
From: <bn...@ma...> - 2004-03-23 14:16:09
|
Greetings! In the first, excuse me for my English. I have still had time to familiarize about all documents of the project, but this work is interesting to me. Recently I developed HTTP servlet, for processing HTTP request. This request contains of pair a name - value, which html forms transfer. HTML form represents the E-MAIL form (the address, copy address, theme, the text and of the letter enclosed fails). Servlet parsing request and returns these pairs (servlet support Get and POST methods). Come back as well the files transferred by Post with ContentType=multipart/from-data. I can send source codes for acquaintance. There can be they will are useful in work. I could engage in any part of the project because to me all is interestingly. Best regards, Bogdan |
From: Renato N. B. <rnb...@ya...> - 2004-03-23 14:05:18
|
ooops, I forgot to comment abou the servlet thing... hmmm... where exactly can we use it? :) anyone else has any comments about this? [ ] Renato "âÏÇÄÁÎ óÔÒÁÈÏ×" <bn...@ma...> wrote: Greetings! In the first, excuse me for my English. I have still had time to familiarize about all documents of the project, but this work is interesting to me. Recently I developed HTTP servlet, for processing HTTP request. This request contains of pair a name - value, which html forms transfer. HTML form represents the E-MAIL form (the address, copy address, theme, the text and of the letter enclosed fails). Servlet parsing request and returns these pairs (servlet support Get and POST methods). Come back as well the files transferred by Post with ContentType=multipart/from-data. I can send source codes for acquaintance. There can be they will are useful in work. I could engage in any part of the project because to me all is interestingly. Best regards, Bogdan |
From: Renato N. B. <rnb...@ya...> - 2004-03-23 13:59:39
|
Hello, Bogdan! With this message, I welcome and introduce you to the Developers' Team of DLHttpd. Nice to have you here. As far as you said you could work in any part of the project, I'd like to ask here if someone needs help in the task(s) he/she is doing, so that you help him/her. Otherwise, I could assign you to any area, like the ones below: 9. Add other error messages to the server (it currently has six) 10. Fast HTML compression 11. Cache files (both compressed and raw) in memory, up to some limit (probably based on a config parameter.) So... everyone, let's welcome Bogdan! And if you need help on your tasks, talk to him, he can help you! If not, I'll tell him to do some of this thing above, huh? :) BTW, all the other guys that are unassigned to any tasks, can you help our friends too, or may I simply give you any tasks? [ ] Renato "Project Manager" "âÏÇÄÁÎ óÔÒÁÈÏ×" <bn...@ma...> wrote: Greetings! In the first, excuse me for my English. I have still had time to familiarize about all documents of the project, but this work is interesting to me. Recently I developed HTTP servlet, for processing HTTP request. This request contains of pair a name - value, which html forms transfer. HTML form represents the E-MAIL form (the address, copy address, theme, the text and of the letter enclosed fails). Servlet parsing request and returns these pairs (servlet support Get and POST methods). Come back as well the files transferred by Post with ContentType=multipart/from-data. I can send source codes for acquaintance. There can be they will are useful in work. I could engage in any part of the project because to me all is interestingly. Best regards, Bogdan |