Displaying 20 results from an estimated 3000 matches similar to: "Realtime mysql extensions mutiple queries for each priority?"
2007 Feb 02
0
Mutiple unique key(Compisitive unique)
Hi All..
I am new to ruby on rails.I want set the unquie on two fields.
Means in one model three fileds are there.
1.Id,
2.C-id
3.Q-id
I want set the unquie on C-Id,Q-Id combindely on the model validations
Can u give me advice?
I tryed with statemwnt validates_uniqueness_of [:c_id, :qid]
But it now giving the proper results
Regards,
Ramya
--
Posted via http://www.ruby-forum.com/.
2009 Feb 27
0
Mutiple ColSideColors for heatmap.2
I am in a situation needing 3 ColSideColors for heatmap.2. How can I do that?
TIA
Daren
2019 Sep 17
0
[RFC PATCH 0/2] Mdev: support mutiple kinds of devices
[cc +Parav]
On Thu, 12 Sep 2019 17:40:10 +0800
Jason Wang <jasowang at redhat.com> wrote:
> Hi all:
>
> During the development of virtio-mdev[1]. I find that mdev needs to be
> extended to support devices other than vfio mdev device. So this
> series tries to extend the mdev to be able to differ from different
> devices by:
>
> - device id and matching for mdev
2019 Sep 18
1
[RFC PATCH 0/2] Mdev: support mutiple kinds of devices
> From: Alex Williamson
> Sent: Wednesday, September 18, 2019 1:31 AM
>
> [cc +Parav]
>
> On Thu, 12 Sep 2019 17:40:10 +0800
> Jason Wang <jasowang at redhat.com> wrote:
>
> > Hi all:
> >
> > During the development of virtio-mdev[1]. I find that mdev needs to be
> > extended to support devices other than vfio mdev device. So this
> >
2004 Aug 06
2
Mutiple Sources
Hello,
I am running icecast with great success and Simplecast as the content
source.
I have already having multiple sources using different ports, to
increase the security I would like to allocate each source a different
password.
The documentation is a little unclear as to whether a different username
is required for each password, the Simplecast program does not allow me
to configure a
2010 Nov 09
1
lattice mutiple y scales in each panel
Hi,
I have a data set with two y variables (y1 and y2) and one dependent
variable(x) and a 1 strata variable Z. It so happens that y1 and y2 have
very different scales such that single y-axis scale doesnot allow the data
to be visualized fully.
I am trying the following lattce graphics to do my plot :
xyplot(y1 + y2~x|Z,data=D,type="b")
This provides the appropriate plots by due to
2007 Feb 14
1
Mutiple authentication databases with Samba in ADS mode
I have Samba with Kerberos in server = ads mode. I however, have a few
odd accounts that only exist under Unix. Is it possible to get samba to
"fall back" on the local smbpassword file for users not found in ADS?
If so how?
Thanks
2011 Sep 10
0
Mutiple vertical reference lines with a dotplot
Dear R helpers
I would like to plot vertical reference lines for yearly averages the
variable being plotted. In this case there are three years 2002, 2009 and
2010 for a variable Resc_Gt.
I've attempted to get the 2002 mean plotting (2.27) using the 'abline'
command but no joy.
Ideally I would like to be able to compute and plot the means of the three
years automatically using a
2006 Apr 15
0
mutiple gateways problem
Hello,
i have had a terribe day today, why? because i have been so 4 or 5
hours trying to do work this and i have not finished it. I feel very
pleased if anything can help me. I have two isp connections:
eth0:
dhcp
ip1: 82.198.*.*
gw1: 82.198.*.*
and a router adsl in ip 192.168.0.253:
eth1:
static
ip2: 192.168.0.254
gw1: 192.168.0.253
the same machine has 3 more networks cards but i am
2002 Dec 06
2
Mutiple page trellis plots with relation = "free" or "sliced"
Hello,
Has anyone out there encountered a problem like this:
xyplot(Plasma ~ Serum | Analyte,
data = sp.df,
aspect = 1,
layout = c(1, 1, 200),
scales = list(relation = "free")
)
Gives the error:
Error in pretty(x[is.finite(x)], ...) : x must be numeric
On the other hand, this works (but I don't want the default of having
everything on the same
2008 Mar 03
9
mutiple select
Hello:
How do i make a mutiple select list for "nomodel" objects?I made that
by using something like:<select name="" multiple="mutiple"><%=option
groups collection for select(....)-%></select>.But when i select mutiple
items and submit them,I can only get one selected item?
Who can help me?
--
Posted via http://www.ruby-forum.com/.
2007 Jan 29
1
Questions about mutiple providers
Hi, this is my first post to the list.
I have googled a lot, and still cannot find a proper solution. I hope
someone here will be able to shed some light on my doubts.
I have set up a firewall using kernel 2.6.15 (Debian) that does NAT for
100 clients, and uses two different ISPs, using the howto found at
http://lartc.org/howto/lartc.rpdb.multiple-links.html. I have *not*
2010 Dec 20
8
Mutiple virtualmachines Live migration at the same time with Xen
Dear all
The following process is about trying to do the " live migration at the same time with 5 Virtual machines ", but there is somthing problem with it.
Process:
yogi-pc2: # xm migrate --live vm01 pc2 & xm migrate --live vm02 pc2 & xm migrate --live vm03 pc2 & xm migrate --live vm04 pc2 & xm migrate --live vm05 pc2[1] 29983
[2] 29984
[3] 29985
[4]
2007 Jan 23
2
stress-test realtime voicemail with sipp
We are in the process of implementing realtime voicemail. I was wanting
to "stress-test" the system to see if or when it would fall over.
Is it possible to use sipp to create say 250 calls, each of which leaves
a message in the voicemail ?
My dialplan is currently
[default]
exten => stress,1,Answer()
exten => stress,2(vm),Voicemail(7777|su)
exten => stress,3,Hangup()
2006 Mar 03
0
Realtime Extensions hint priority
The instructions on the wiki for asterisk Realtime give the extensions
schema with the priority field set to be tinyint(4). This of course
cannot hold the value 'hint'
The question I have, is the solution simply to set the field to
varchar(n) as that will then hold 'hint' or any integer value (if you
make it big enough) ?
Or is there any known places in the realtime
2010 Jun 14
0
Hint priority in RealTime
Hi
I've just had a request from a customer who wants to use Busy Lamp Feed.
I've had a look around and it would appear that you have top use the
'hint' priority. We are using asterisk 1.4.17 with realtime and the
priority column in the extensions table is a tinyint so obviously I
can't put hint in there.
Has anyone any experience of working round this problem?
Thanks
2011 Apr 24
1
Realtime and priority labels
In the following example
exten => _1NXXNXXXXXX,1,Set(GROUP(outbound)=myprovider)
exten => _1NXXNXXXXXX,n,Set(COUNT=${GROUP_COUNT(myprovider at outbound)})
exten => _1NXXNXXXXXX,n,NoOp(There are ${COUNT} calls for myprovider)
exten => _1NXXNXXXXXX,n,GotoIf($[ ${COUNT} > 2 ]?denied : continue)
exten => _1NXXNXXXXXX,n(denied),NoOp(There are too many calls up)
exten =>
2013 Jun 21
1
How to increase the calls per second limit ?
Hello,
As an exercice, I installed sipp on the same box as a Asterisk 11.4
instance (to keep network equipements out of the equation).
I'm focusing on the maximum number of new calls this Asterisk instance can
deal with.
Here is the dialplan (AEL) I'm playing with:
_X. => {
Verbose(0,Incoming call from ${CALLERID(num)} to ${EXTEN} in
${CONTEXT} - case A);
2006 May 26
3
hint priority and realtime
Can someone shed some light on why the 'hint' feature was implemented in
the 'priority' field that is purely an integer in the rest of the
dialplan?
There seems to be a conflict with realtime and the hint priority, in
order to put in the hints you would have to change the priority column
in the database from int to char and give up some performance (since int
indexes better and
2013 Mar 23
5
Optimizing Asterisk Environment
Hello Everyone,
We are getting some rather poor results (relative) with our Asterisk
setup. Not sure if we are using the sipp correctly etc.. but
nevertheless, is there any documentation that describes how we can get
the most our of our Asterisk box. For example when we hit the "too
many file" error, and fixing it using ulimit..... Also, is there any
way we can allocate sufficient