search for: cschlaefcke

Displaying 7 results from an estimated 7 matches for "cschlaefcke".

Did you mean: schlaefcke
2007 Apr 07
4
Error when starting Backgroundrb
...otebook. This "setsid is unimplemented" is new and even google could not tell me much about it. Anybody here who experienced this error and could help with a workaround? Thanks & Regards, Christian -------------- next part -------------- A non-text attachment was scrubbed... Name: cschlaefcke.vcf Type: text/x-vcard Size: 368 bytes Desc: not available Url : http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070407/e7170100/attachment.vcf
2007 May 15
6
Behaviour of pool_size setting
...ng somehow? How do I have to understand the behaviour of pool_size? What happens when I have 30 workers working and the 31st, 32nd, ..., 300th request to start a worker comes in? Thanks & Regards! Christian -------------- next part -------------- A non-text attachment was scrubbed... Name: cschlaefcke.vcf Type: text/x-vcard Size: 368 bytes Desc: not available Url : http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070515/defa024a/attachment.vcf
2008 Jan 09
1
Windows Support?
Hi Folks, it?s quite a while that I used BackgrounDRb and I was hoping that I get the chance on working with it again, as I read so many promising things here in the list! When I last worked with it (Rel. 0.21) there was no way of running it under Windows. Is this restriction still valid? I hope not, as I desperately need to get it working with InstantRails in a Windows environment for some new
2007 Apr 03
4
Problem with blocking workers
Hi Folks, I found this thread http://rubyforge.org/pipermail/backgroundrb-devel/2007-March/000790.html on this mailing list that describes pretty much the same behaviour that I experience as well. My problem is, that I have no chance for putting a "sleep 0" in an iteration because I have no Iteration. What I?m doing is executing a stored procedure in a sybase db that could take from
2007 Jun 07
0
Problem with workers starting workers
Hi, I have something like a control worker that gets started from a webservice on request. The control worker should prepare other execution workers and start them. It seems that the execution workers stop working as soon as the control worker has done it?s work and gets released. Is there a way to start workers from other workers without blocking them as soon as the father worker gets
2008 Dec 18
1
permission and library dep issues after fedora upgrade
Hi Folks, I recently upgraded my fedora server from fc8 to fc10 and have trouble getting my samba server working again. I have 2 problems that are probably coherent to each other. First Problem: When I try to connect to my samba shares I get this error: '/share/path' does not exist or permission denied when connecting to [share name] Error was Keine Berechtigung The last two words
2006 Nov 09
5
Build sybase adapter on winxp with eclipse/cdt
Hi folks, I try to get the sybase adapter installed. I downloaded the sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib and now want to build the stuff on my winxp machine somehow. I decided to eclipse/cdt and downloaded mingw32-make, gdp and gcc. I created a new project and imported the sybase-ctlib sources. With the extconf.rb I created the makefile and after cleaning up some