Re: Cookie name and expiration

2009-12-18 Thread ShoqulKutlu
, Kutlu On Nov 26, 1:32 am, ShoqulKutlu wrote: > Hi, > > I'm testing the Cookie module's MarshalCookie in mod_python on my > localhost environment. Everything looks ok and cookie set, get and > update operations work well. But I'm not sure about the cookie name >

Re: jython and java application

2009-11-30 Thread ShoqulKutlu
Welcome a million :) On Nov 26, 5:33 am, KB wrote: > Kutlu, > > I already have a first born, else I would name her after you. > > You are brilliant. That's what it was. Kudos. > > For future ref for fellow boneheads like me, in Eclipse, under Project > properties, Jython Class Path, Add External

Re: High-performance Python websites

2009-11-30 Thread ShoqulKutlu
hundreds of servers. So you can imagine where Google's power comes from.. Regards On Nov 26, 2:33 am, ShoqulKutlu wrote: > Hi, > > Managing load of high volume of visitors is a common issue for all > kind of web technologies. I mean this is not the python issue. This > i

Cookie name and expiration

2009-11-30 Thread ShoqulKutlu
Hi, I'm testing the Cookie module's MarshalCookie in mod_python on my localhost environment. Everything looks ok and cookie set, get and update operations work well. But I'm not sure about the cookie name could be set by Cookie module. I mean the name of cookie file saved in the Temporary Internet

Re: High-performance Python websites

2009-11-25 Thread ShoqulKutlu
Hi again, I also want to say something about creating a better web application. If I were you I wouldn't use any web framework like django or other. If you want to create a commercial project and want to manage all modules of the application yourself I suggest you to create your own framework. I d

Re: High-performance Python websites

2009-11-25 Thread ShoqulKutlu
Hi Nick, Sorry about my concern on Google. It caused a confusion about Google groups. I didn't mean explicitly where Google uses python, I mentioned just Google uses Python. A Google officer told that they run Python on thousands of their servers at an interview. Due to this claim I wanted to say

Re: How do I correctly download Wikipedia pages?

2009-11-25 Thread ShoqulKutlu
Hi, Try not to be caught if you send multiple requests :) Have a look at here: http://wolfprojects.altervista.org/changeua.php Regards Kutlu On Nov 26, 5:45 am, Steven D'Aprano wrote: > I'm trying to scrape a Wikipedia page from Python. Following instructions > here: > > http://en.wikipedia.or

Re: jython and java application

2009-11-25 Thread ShoqulKutlu
Hi, I don't know how do you call the java library from within your jython application it gives java.lang.NoClassDefFoundError This looks like you referenced jar or whatever else from your jython application which also needs a class com/bloomberglp/blpapi/Session in another library file. It might r

Re: jython and java application

2009-11-25 Thread ShoqulKutlu
I don't know if it's right place but normally main method requires an args even it is not needed to supply from commandline. Maybe this is a jython runtime error and requires at least an empty argument. You could try to pass and empty string array like ['']. I'm not using jython please use your own

Re: High-performance Python websites

2009-11-25 Thread ShoqulKutlu
Hi, Managing load of high volume of visitors is a common issue for all kind of web technologies. I mean this is not the python issue. This issue is mostly about server level designs. You need to supply load balancing for both web servers and databases to make your web site able to respond to sever