Displaying 15 results from an estimated 15 matches for "reqeusts".
Did you mean:
reqeust
2006 Nov 24
1
sortable - after complete dropping element want to send ajax reqeust with id of elements: draggable and droppable
Hi all. I have specific situations - I use sortable on html list, and
after I move elements I want to do ajax reqeust to serwer with the id
of dragging element and id of the element that was droppable. How to do
it? which function in Sortable class i have to overrider or modify? i
try to modife onhover method in sortable and put a ajaxRequest call
before methods
dropon.parentNode.insertBefore
2018 Apr 05
5
[RFC PATCH 0/2] use larger max_request_size for virtio_blk
Hi,
For virtio block device, actually there is no a hard limit for max request
size, and virtio_blk driver set -1 to blk_queue_max_hw_sectors(q, -1U);.
But it doesn't work, because there is a default upper limitation
BLK_DEF_MAX_SECTORS (1280 sectors). So this series want to add a new helper
blk_queue_max_hw_sectors_no_limit to set a proper max reqeust size.
Weiping Zhang (2):
blk-setting:
2018 Apr 05
5
[RFC PATCH 0/2] use larger max_request_size for virtio_blk
Hi,
For virtio block device, actually there is no a hard limit for max request
size, and virtio_blk driver set -1 to blk_queue_max_hw_sectors(q, -1U);.
But it doesn't work, because there is a default upper limitation
BLK_DEF_MAX_SECTORS (1280 sectors). So this series want to add a new helper
blk_queue_max_hw_sectors_no_limit to set a proper max reqeust size.
Weiping Zhang (2):
blk-setting:
2000 Dec 28
2
ssh: doesn't live well with user-group system
Hi,
and that's another feature request. Sorry if it looks like some kind of
spamming, but our current maintainer was very stressed in the past and
had not time to forward those reports to you and now I help him a bit
out. So thanks for your patience and answering of all my mails with
bugreport and feature-reqeust.
> Debian by default uses the user-group system. Each user has their own
2005 Nov 11
2
InPlaceEditor trouble
Hi all
this is my first post to this list. Im am trying to use the InPlaceEditor,
but I only manage to make it work in very simple case as in teh demo on the
wiki. In my case I have a list of records ("books") with different fields
and each field has an InPlaceEditor. My problem is how to pass teh id of the
record to the update action at the controller, I tried to define the
2018 Apr 05
0
[RFC PATCH 0/2] use larger max_request_size for virtio_blk
On 4/5/18 4:09 AM, Weiping Zhang wrote:
> Hi,
>
> For virtio block device, actually there is no a hard limit for max request
> size, and virtio_blk driver set -1 to blk_queue_max_hw_sectors(q, -1U);.
> But it doesn't work, because there is a default upper limitation
> BLK_DEF_MAX_SECTORS (1280 sectors). So this series want to add a new helper
>
2006 Jul 14
0
Authenticate users through an AD trust
...rust we can assign NTFS
permissions to users within theirdomain.com to, for
example, file servers on ourdomain.com. We also have
numerous groups on ourdomain.com that include many
users from theirdomain.com.
The Samba server does not have access (due to a
firewall on theirdomain.com) to send auth reqeusts
directly to DCs on theirdomain.com. However,
ourdomain.com DCs can query theirdomain.com DCs (that
hole has been punched). In addition, our XP machines
can see and select theirdomain.com from the windows
login dropdown and authenticate with a theirdomain.com
user -- since the machines are "c...
2007 Oct 22
5
Automatic Scaling
Hi,
I''ve got an app which will only be dealing with a few requests a
minute for most of the time, then will shoot up to a continuous 20
req/s for an hour at a time. We''ll potentially be running a lot of
instances of this app on the same server.
Is there any way to have additional instances of Mongrel be started
when the existing instance(s) stopping being able to handle
2006 Apr 06
4
function onComplete how to overload?
Hi all. I my apps I need to use Ajax.Request Object. One of the object options is onComplete fuction which looks like this:
funcion onComplete (originalResponse)
{
..some operations
}
I need pass to function one more parameter, how to do it? is is possible? I can''t use AJAX Updater because result of Ajax Call is uploaded to the div that I defined earlier, and in my situations I
2018 Nov 13
6
Online Backup fails
> when i dont use localhost its not working:
>
>
> phoenix /mnt/backupsamba # samba-tool domain backup online
> --server=$(hostname -s) --targetdir=/mnt/backupsamba/ -U Administrator
> Failed to connect to ldap URL 'ldap://phoenix' - LDAP client internal
> error: NT_STATUS_CONNECTION_REFUSED
> Failed to connect to 'ldap://phoenix' with backend
2007 Mar 09
2
xen / AOE / vblade
I ran into an interesting/strange issue today. I still don''t understand
what happened, but in know what fixed it.
I had a situation where I could only see vblade exported devices from OFF
the physical machine. It seemed that if the packets went through two ports
of the bridge (instead of one port and the real interface) they got
"lost".
I sniffed around and failed to
2010 Sep 18
3
max-age/header problems with nginx
0 down vote favorite
I notice that in my production enviornment (where I have memcached
implemented) in see a cache-control - max-age header in firebug,
anytime I am looking at an index page (posts for example).
Cache-Control max-age=315360000
In my dev environment that header looks like following.
Cache-Contro private, max-age=0, must-revalidate
As far as I know I have not done anything
2018 Nov 13
0
Online Backup fails
Hai,
I think, your DNS reqeust are going to the internet as far i can tell.
search domain.de
nameserver IP_OF_DC
Gr.
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> admins aixtema via samba
> Verzonden: dinsdag 13 november 2018 12:15
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Online Backup fails
>
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
Not really interesting yet, this just gets us to the state where
single queue boots on a current kernel.
Signed-off-by: Jens Axboe <axboe at kernel.dk>
---
block/Kconfig | 5 +
block/Kconfig.iosched | 2 +
block/blk-core.c | 427 ++++++++++++++++++--------------------
block/blk-exec.c | 14 +-
block/blk-flush.c
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
Not really interesting yet, this just gets us to the state where
single queue boots on a current kernel.
Signed-off-by: Jens Axboe <axboe at kernel.dk>
---
block/Kconfig | 5 +
block/Kconfig.iosched | 2 +
block/blk-core.c | 427 ++++++++++++++++++--------------------
block/blk-exec.c | 14 +-
block/blk-flush.c