Displaying 20 results from an estimated 10000 matches similar to: "[Slightly OT] Timing out during File Save"
2007 Feb 14
1
Scheduling in backgroundrb not working
Hi ,
How do i schedule a job that can send emails at intervals of time
using backgroundrb and rails
For testing When i hit the controller i''m able send the emails.
but that is not i intend to do .....
I want to use backgroundrb and rails in which i''ll schedule a job
for every 5 minutes/ 1 minute or so..... to send an email
But when i write
2007 Feb 02
7
logging problem in production
Greetings all;
I''ve just moved my app into production and BackgrounDRb is writing to development.log. The backgroundrb.yml file specifies production, as does environment.rb.
A little background (no pun intended ;-0 ) I''m using the ''old'' version of backgroundrb for session management. In the app, whenever a visitor changes pages I record the time in a db
2007 Feb 20
1
error message for record not found ?
I''m using backgroundrb for session management and deletion of visitor-entered information when a session is abandoned. The visitor can either click a button to end their session and remove their data, or backgroundrb will do it for them after 5 minutes of inactivity.
Everything''s working fine, I think. If the visitor explicitly logs out, then when the worker checks for their
2007 Feb 14
1
cron like behaviour?
Hi
I have previously used railscron for server-side manipulation of the
database but had a heap of trouble working with it.
BackgrounDRB was suggested to me by a friend.
I upload some files via acts_as_attachment and these go lie in a dir
structure that i desire. What I want from the background process is to
periodically (not user initiated) do some file-structure manipulation i.e. I
want to
2007 Oct 24
4
Need advice - which version to use?
Greetings!
I could use some advice on which version of BackgrounDrb to use in my current situation. I''ve implemented the initial, single-process multi-threaded version in a previous site, but have no experience with the new version. Current situation is as follows.
The application involves personal health information and so has very stringent session management requirements. My
2008 Jul 15
1
Modal forms remains hidden when main form clicked
I'm sorry if this question has been answered several times in the past. I have used Search option and I have not found any reference, and I have not yet found in your bugzilla.
My problem appears in all Wine versions tested (until 1.1.1).
When my application (I develops a Delphi Win32 application that runs perfectly in Wine) raises a Modal Form or Modal Message (using API MessageBox for
2005 Mar 07
1
Language learning program (Spanish to Go)
Hi,
I've tried installing a language learning program in Wine, but can't get
it to work. Actually, it's a pretty old program, designed to run in
Windows 3.1 or 95 (!), so I thought it would be OK - it seems to install
OK, but won't run - the diagnostics are below - any ideas please?
Andy
[andrew@Atlas2 andrew]$ wine "c:\spanish_tg\setup.exe"
2004 Jul 21
2
Small Modification to the Shorewall Release Model
After gaining some experience with the new release model, it has become
apparent to me that a small adjustment is warrented. I previously
announced that updates to the stable release would only contain bug
fixes. I''m modifying that slightly to allow for small low-risk
enhancements; large and/or risky enhancements will still be restricted
to the development release.
We have seen this
2007 May 29
1
Modal Window Stealing Elements from Form. Need Elegant Solution.
I''m using Prototype.js with Control.modal to create a modal window on
my IPB Forum which takes all the various topic posting/replying/
editing options and places them into a Modal window.
The inherent nature of this action is to take the contents of whatever
DIV I told Control.Modal to make a modal window out of and place the
entire innerHTML of that DIV into a separate DIV outside the
2002 Nov 26
2
New to Wine (halflife upgrade fales)
Hi all,
This is a total newbe mistake I'm sure but I'm stumped. I have
installed: wine-20020605-2.i386.rpm
wine-devel-20020605-2.i386.rpm
in redhat 8.0
I can get all the way through the setup of halflife sound test and all,
then if I try to do the auto update it fails. It can't see a network
connection.
I am getting errors in my terminal during the install even though it
looks
2012 Mar 25
2
Modal dialogs getting out of focus
Hello,
it is really nice to be here with the wonderful Wine community.
Modal window gets out of focus if minimized and blocks any actions in the main
window.
I've attached and example created in Delphi called Project1. It has Form1
window with action button which opens a modal dialog called Form2.
The main idea is when opened Form2 to be always on top and to be impossible to
hide it behind
2003 Feb 22
0
Modal msgbox error (game installation problem)
Dear Wine-users,
According to the application database this game (Broken Sword II)
is meant to install and run under Wine.
However when I attempt to run the setup program
on the CD I get the following error message:
>root@Beauty:~# wine /cdrom/Setup.exe
>fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
The error message appears after commdlg.dll is loaded.
I loaded the
2012 Dec 05
1
Ajax response in a modal box
Hello guys,
I was wondering if I could display the ajax response in a modal
box. I could not find anything satisfying on the web. I am new to ajax.
This is what I was trying.
$(document).ready(function() {
var clicked1;
$(".inline").click(function(e) {
clicked1 = $(this).text();
$.ajax({
type: ''GET'',
url:''/controller_path'',
async: false,
2002 Jan 28
0
problems with modal MsgBox and critical section timeouts
hi all,
looking for advice on two issues, related to the same program. first,
i'm using a Wine-CVS build of 20020106. i've got a very basic
setup running - no local windows installed! (this is for license
reasons, it's a long story.) i am willing to try this again with
a local windows version installed, but i don't believe it will change
what i'm seeing.
the two
2014 Jun 08
0
Re-render partial inside a modal
*Inside my home.html.erb. I am rendering a partial inside a modal for my
sign-up.*
<div id="myModal" class="reveal-modal" data-reveal>
<%= render partial: 'users/form', :controller=>"users", :action =>"new" %>
<a class="close-reveal-modal">×</a>
</div>
*In my Users.controller.rb, I am
2012 Apr 29
0
[PATCH 1/2] vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them
writeback_inodes_sb(_nr)_if_idle() is re-implemented by replacing down_read()
with down_read_trylock() because
- If ->s_umount is write locked, then the sb is not idle. That is
writeback_inodes_sb(_nr)_if_idle() needn''t wait for the lock.
- writeback_inodes_sb(_nr)_if_idle() grabs s_umount lock when it want to start
writeback, it may bring us deadlock problem when doing umount.
2007 Dec 27
4
Lost connection..
Short update:
It seems that the workers go into some state in which they do not have a
correct Rails environment (or db connection). When they enter this state
it goes wrong all the time :(
Joost Hietbrink (YelloYello) wrote:
> Hi all,
>
> We''re experiencing some problems with Backgroundrb.
>
> Why is "# master_reactor_instance.result_hash = {}" commented in
2007 Jan 23
0
Error while creating one worker from another
for some strange reason this error occours when i create one worker from
another BUT only when i derive worker class from Worker::Base instead or
Worker::RailsBase - when change it back it works fine, child worker can
have empty do_work, but this error still ocours
Bad file descriptor (Errno::EBADF)
/var/lib/gems/1.8/gems/slave-1.2.0/lib/slave.rb:214:in `for_fd''
2008 May 23
0
Backgroundrb-devel Digest, Vol 24, Issue 7
Hi, all. Just wondering if anyone has tried using the Paperclip file
upload plugin with Backgroundrb. My current implementation uses
attachment_fu - I save the file initially to the file system without
generating thumbs, then a bdrb process picks up that file, generates
thumbs, and saves to S3. This works fine and dandy, the only hitch is
I want to save image metadata in the same table
2007 Feb 07
1
Repeatedly dying with "failed to find slave socket"
I''m struggling to keep backgroundrb v2 running for more than 24
hours. It appears to be running fine for a while, then tries to fire
off a worker (exactly the same worker it''s been running for the past
few hours), and it suddenly dies. I haven''t found any pattern for the
cause of this.
In backgroundrb_server.log, the final entry is this :
20070206-10:41:45