|
From: Mathieu M. <mat...@gm...> - 2011-04-08 07:34:32
|
George, Your proposal is pertty good. The proposal is one thing, now we will start evaluation of student, basically check what you wrote in your application is true :) In the end google will not read your proposal, they will only look at the score we gave it to decide if you are accepted or not, so don't worry about the actual layout or possible typos in your application this is only one part of the equation. Thanks On Fri, Apr 8, 2011 at 12:22 AM, George Lucian CORLACIU <lu...@gm...> wrote: > Hi Kaori, Mathieu, Antonin, > Please provide me feedback on my proposal from Google Melange and about my > overall progress in GSOC. > Thanks alot! > Lucian > PS. Kaori I still have those 2 problems from the previous email > > On Thu, Apr 7, 2011 at 2:26 PM, George Lucian CORLACIU <lu...@gm...> > wrote: >> >> Hi Kaori, >> I succeded install Apache and to enable FastCGI module. Now i got used to >> my Ubuntu, i never used it in developing of aplications, as i said before i >> was developing under windows, but now shouldnt be any more problems in this >> mater. >> I have 2 problems now. First in order to link the server to FastCGI module >> i need the server, where should i find it? is jpip_server ? >> <IfModule fastcgi_module> >> AddHandler fastcgi-script .fcgi .fcg >> FastCGIExternalServer /Library/WebServer/Documents/fcgi >> -host 127.0.0.1:3000 >> </IfModule> >> /Library/WebServer/Documents/fcgi - this should be the path to the server >> right? >> the second problem occurs when i try to make the project, the folowing >> error occurs: >> ... >> index_manager.c:(.text+0x86e): undefined reference to `FCGI_fprintf' >> index_manager.c:(.text+0x8a5): undefined reference to `_fcgi_sF' >> ... >> from what i searched on web this kind of errors occurs when the module is >> not in usr/lib , and this isnt there altough i installed libfcgi ($ >> libfcgi-dev is already the newest version.) >> Can you please help me in this two problems? >> Thanks alot, >> Lucian >> On Thu, Apr 7, 2011 at 11:51 AM, Kaori Hagihara >> <kao...@uc...> wrote: >>> >>> Hi Lucian, >>> >>> Did you succeed to implement JPIP applications? >>> I think it is a good idea to read and understand the JPIP standard well. >>> >>> Best, >>> >>> Kaori >>> >>> Hi Kaori, >>> I will try it now, meanwhile i was reading the introduction of the >>> standard and the first two anexes, i got the ideea so far, it is very >>> interesting :) >>> What else should i do besides opening your implementation? >>> Should i refine the google melange aplication or is ok? >>> Thanks alot, >>> Lucian >>> >>> On Tue, Apr 5, 2011 at 9:04 PM, Kaori HAGIHARA >>> <kao...@uc...> wrote: >>>> >>>> Hi Lucian, >>>> >>>> We do not use PHP but FCGI. >>>> I suggest you to simply install Apache and mod-fastcgi instead of >>>> lighttpd if you are more used to work with Apache. >>>> >>>> Hope it helps, >>>> >>>> Kaori >>>> >>>> Hi Kaory, >>>> I succeded in installing both lighttpd and fastcgi. The web server >>>> starts but i have a problem in opening any php files and also the script. >>>> When i try to open any php file ( http://localhost/info.php) it throws >>>> me an 403 Forbidden error, and this might be also the problem when i try to >>>> access the uri : http://localhost/script - 503 - Service Not Available. It >>>> is there but i have no access. I tried the solutions from the web but >>>> without success, are you using php 5.3? I sow somewhere that this might be >>>> the problem. >>>> Can you please provide me a suggestion? >>>> Thanks >>>> On Mon, Apr 4, 2011 at 5:19 PM, Kaori Hagihara >>>> <kao...@uc...> wrote: >>>>> >>>>> Hi, >>>>> >>>>> FYI, here is a reference of my configuration file >>>>> (conf-enabled/10-fastcgi.conf) to enable the fastcgi in lighttpd web server. >>>>> ----------------------- >>>>> ## FastCGI programs have the same functionality as CGI programs, >>>>> ## but are considerably faster through lower interpreter startup >>>>> ## time and socketed communication >>>>> ## >>>>> ## Documentation: /usr/share/doc/lighttpd-doc/fastcgi.txt.gz >>>>> ## http://www.lighttpd.net/documentation/fastcgi.html >>>>> >>>>> server.modules += ( "mod_fastcgi" ) >>>>> ## Start an FastCGI server for php (needs the php5-cgi package) >>>>> fastcgi.server = ( >>>>> "/script" => (( "check-local" => "disable", "host" => "127.0.0.1", >>>>> "port" => 3000)), >>>>> ) >>>>> ----------------------- >>>>> >>>>> With this setting, the web server understands the request to the URI >>>>> http://hostname/script corresponds to the port 3000, which is combined to >>>>> jpip_JPT from its execusion (spawn-fcgi -f ./jpip_JPT -p 3000 -n). >>>>> >>>>> Best, >>>>> >>>>> Kaori >>>>> >>>>>> I started a wiki page for installation here: >>>>>> >>>>>> https://sourceforge.net/apps/mediawiki/gdcm/index.php?title=GSOC_JPIP >>>>>> >>>>>> HTH >>>>>> >>>>>> On Sat, Apr 2, 2011 at 11:45 AM, Antonin Descampe >>>>>> <Ant...@uc...> wrote: >>>>>>> >>>>>>> Hi Lucian, >>>>>>> To make it work on my platform, I had to enable the fastcgi module in >>>>>>> my >>>>>>> apache config and create a configuration file for it (fastcgi.conf) : >>>>>>> <IfModule fastcgi_module> >>>>>>> AddHandler fastcgi-script .fcgi .fcg >>>>>>> FastCGIExternalServer /Library/WebServer/Documents/fcgi -host >>>>>>> 127.0.0.1:3000 >>>>>>> </IfModule> >>>>>>> With this configuration, i can access the JPIP server on >>>>>>> http://localhost/fcgi (port 3000). >>>>>>> HTH, >>>>>>> Antonin >>>>>>> Le 1 avr. 2011 à 17:25, George Lucian CORLACIU a écrit : >>>>>>> >>>>>>> Hey guys, >>>>>>> I indeed instaled ubuntu for making this project. >>>>>>> I tried last night to make the fastcgi work, but with no succes yet, >>>>>>> I will >>>>>>> try Mathiew solution, thanks :). Momentary i dont have access to my >>>>>>> computer, im out of town for 2 days, but in this time i took the JPIP >>>>>>> standard with me to read it. >>>>>>> Regards, >>>>>>> Lucian >>>>>>> On Fri, Apr 1, 2011 at 1:56 PM, Mathieu Malaterre >>>>>>> <mat...@gm...> wrote: >>>>>>>> >>>>>>>> On debian, I did: >>>>>>>> >>>>>>>> $ sudo apt-get install libfcgi-dev >>>>>>>> >>>>>>>> It looks like this is available on ubuntu also: >>>>>>>> >>>>>>>> https://launchpad.net/ubuntu/+source/libfcgi >>>>>>>> >>>>>>>> HTH >>>>>>>> >>>>>>>> On Fri, Apr 1, 2011 at 12:13 PM, Kaori Hagihara >>>>>>>> <kao...@uc...> wrote: >>>>>>>>> >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>>> Lucian, feel free to download and test it. Btw, AFAIK, it has only >>>>>>>>>> been >>>>>>>>>> tested on linux 32 bits and macosx (Kaori, am i right ?) so you >>>>>>>>>> might >>>>>>>>>> have >>>>>>>>>> problems to compile on windows. Moreover, you have to run a >>>>>>>>>> webserver >>>>>>>>>> with >>>>>>>>>> the fastcgi module running. Don't hesitate to ask us any questions >>>>>>>>>> you >>>>>>>>>> might >>>>>>>>>> have. >>>>>>>>> >>>>>>>>> Detail about tests on Linux machine: >>>>>>>>> JPIP server program was tested on 32-bit Linux, and JPIP client >>>>>>>>> program >>>>>>>>> on both 64 and 32-bit Linux. >>>>>>>>> >>>>>>>>> I heard Lucian installed Ubuntu, but fastcgi part might be tricky. >>>>>>>>> Please feel free to ask us. >>>>>>>>> >>>>>>>>> Best, >>>>>>>>> >>>>>>>>> Kaori >>>>>>>>>> >>>>>>>>>> Cheers, >>>>>>>>>> >>>>>>>>>> Antonin >>>>>>>>>> >>>>>>>>>> Le 30 mars 2011 ą 14:54, Kaori Hagihara a écrit : >>>>>>>>>> >>>>>>>>>>> Hi Mathieu, >>>>>>>>>>> >>>>>>>>>>> I successfully received the invitation to become a mentor, and >>>>>>>>>>> accepted >>>>>>>>>>> it now! >>>>>>>>>>> And my name also appears in the mentor list. >>>>>>>>>>> >>>>>>>>>>> Lucian, I will give you a link of my JPIP implementation soon >>>>>>>>>>> later. >>>>>>>>>>> >>>>>>>>>>> Best, >>>>>>>>>>> >>>>>>>>>>> Kaori >>>>>>>>>>>> >>>>>>>>>>>> You have been invited to GDCM/GSoC. Technically I should be >>>>>>>>>>>> able to >>>>>>>>>>>> assign you as mentor on Lucian proposal: >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/lucicor/1 >>>>>>>>>>>> >>>>>>>>>>>> For some reason you do not appear in the mentor list. They >>>>>>>>>>>> have >>>>>>>>>>>> completely redo the google gsoc UI so there might still be some >>>>>>>>>>>> bug. >>>>>>>>>>>> >>>>>>>>>>>> Please do not hesitate to talk with Lucian (esp. if you need >>>>>>>>>>>> to >>>>>>>>>>>> exchange documents) so that he is able to finish his >>>>>>>>>>>> application. >>>>>>>>>>>> >>>>>>>>>>>> BTW I do not think Lucian has access yet to your JPIP >>>>>>>>>>>> implementation. >>>>>>>>>>>> >>>>>>>>>>>> Thank you very much >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Mar 30, 2011 at 1:01 PM, Kaori Hagihara >>>>>>>>>>>> <kao...@uc...> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>> Hi Antonin and Mathieu, >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> Btw, a student has already registered for this project, what >>>>>>>>>>>>> would >>>>>>>>>>>>> be >>>>>>>>>>>>> the >>>>>>>>>>>>> first steps for him to begin ? I was thinking to : >>>>>>>>>>>>> * Read a JPEG 2000 overview (I can provide one) >>>>>>>>>>>>> * Read a JPIP overview + JPIP standard => Could you provide >>>>>>>>>>>>> such >>>>>>>>>>>>> documents ? >>>>>>>>>>>>> >>>>>>>>>>>>> JPIP overview: >>>>>>>>>>>>> Architecture, Philosophy and Performance of JPIP: Internet >>>>>>>>>>>>> Protocol >>>>>>>>>>>>> Standard for JPEG2000 >>>>>>>>>>>>> by David Taubman A , Robert Pr , Olini B >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> http://www.ee.unsw.edu.au/~taubman/publications_files/JPIP-architecture-vcip03.pdf >>>>>>>>>>>>> >>>>>>>>>>>>> A data copy of JPIP standard is not reachable today, but I will >>>>>>>>>>>>> send >>>>>>>>>>>>> it >>>>>>>>>>>>> to >>>>>>>>>>>>> you tomorrow. >>>>>>>>>>>>> >>>>>>>>>>>>> * Download and use openjpeg 2.x. >>>>>>>>>>>>> * Download and use your implementation of JPIP with openjpeg >>>>>>>>>>>>> 1.x >>>>>>>>>>>>> >>>>>>>>>>>>> Do you think to other relevant things to do before entering the >>>>>>>>>>>>> actual >>>>>>>>>>>>> coding phase ? >>>>>>>>>>>>> >>>>>>>>>>>>> This todo list looks good. >>>>>>>>>>>>> How to use fastCGI might be also useful for the student to >>>>>>>>>>>>> implement >>>>>>>>>>>>> the >>>>>>>>>>>>> programs: >>>>>>>>>>>>> fastCGI: http://www.fastcgi.com >>>>>>>>>>>>> >>>>>>>>>>>>> Best, >>>>>>>>>>>>> >>>>>>>>>>>>> Kaori >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Kaori Hagihara >>>>>>>>>>> U.C.Louvain EPL >>>>>>>>>>> Bātiment Stévin; Place du Levant, 2; B-1348 Louvain-la-Neuve >>>>>>>>>>> Belgium >>>>>>>>>>> Tel. +32 (0)10/47.23.00; Fax. +32 (0)10/47.20.89 >>>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Mathieu >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >>> -- >>> Kaori Hagihara >>> U.C.Louvain EPL >>> Bâtiment Stévin; Place du Levant, 2; B-1348 Louvain-la-Neuve Belgium >>> Tel. +32 (0)10/47.23.00; Fax. +32 (0)10/47.20.89 > > -- Mathieu |