Προς το περιεχόμενο

Πρόβλημα με Dpc Latency σε laptop!


Dep0n

Προτεινόμενες αναρτήσεις

το DPC απ οσο ξερω δεν εχει να κανει ουτε με τη ram ουτε με τα windows.. Δεν υπαρχει λογος να γυρισει σε windows xp. το θεμα ειναι οτι δεν εχεις προβλημα με το dpc lat - συμφωνα με τις εικονες που ανεβασες. Φτιαξε το Power Plan οπως σου ειπα και παραπανω και ρυθμισε το buffer της καρτας οσο πιο ψηλα μπορεις χωρις να χεις latency. απο 64 κ κατω θα χεις προβλημα. δες για 128, 256.

 

(για τη δουλεια που θες να κανεις η αληθεια ειναι οτι χρειαζεσαι macbook και firewire καρτα.το πρωτο ειναι λιγο δυσκολο.δες για το δευτερο)

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Πληροφορίες εδώ:

http://www.thesycon.de/deu/latency_check.shtml

 

 

Processing of streaming data in real-time is a very challenging task for Windows based applications and device drivers. This is because by design Windows is not a real-time operating system. There is no guarantee that certain (periodic) actions can be executed in a timely manner.

 

 

 

Audio or video data streams transferred from or to an external device are typically handled by a kernel-mode device driver. Data processing in such device drivers is interrupt-driven. Typically, the external hardware periodically issues interrupts to request the driver to transfer the next block of data. In Windows NT based systems (Windows 2000 and better) there is a specific interrupt handling mechanism. A device driver cannot process data immediately in its interrupt routine. It has to schedule a Deferred Procedure Call (DPC), which is basically is a call-back routine that will be called by the operating system as soon as possible. Any data transfer performed by the device driver takes place in the context of this callback routine, named DPC for short.

 

 

 

The operating system maintains DPCs scheduled by device drivers in a queue. There is one DPC queue per CPU available in the system. At certain points the kernel checks the DPC queue and if no interrupt is to be processed and no DPC is currently running the first DPC will be un-queued and executed. DPC queue processing happens before the dispatcher selects a thread and assigns the CPU to it. So, a Deferred Procedure Call has a higher priority than any thread in the system.

 

 

 

Note that the Deferred Procedure Call concept exists in kernel mode only. Any user-mode code (Windows applications) runs in the context of a thread. Threads are managed and scheduled for execution by the dispatcher.

 

 

 

While there is a pre-emptive multitasking for threads, DPCs are executed sequentially according to the first in, first out nature of a DPC queue. Thus, a sort of cooperative multitasking scheme exists for Deferred Procedure Calls. If any DPC runs for an excessive amount of time then other DPCs will be delayed by that amount of time. Consequently, the latency of a particular DPC is defined as the sum of the execution time of all DPCs queued in front of that DPC. In order to achieve reasonable DPC latencies, in the Windows Device Driver Kit (DDK) documentation Microsoft recommends returning from a DPC routine as quickly as possible. Any lengthy operation, specifically loops, that wait for a hardware state change (polling) are strongly discouraged.

 

 

 

Unfortunately, many existing device drivers do not conform to this advice. Such drivers spend an excessive amount of time in their DPC routines, causing an exceptional large latency for any other driver's DPCs. For a device driver that handles data streams in real-time it is crucial that a DPC scheduled from its interrupt routine is executed before the hardware issues the next interrupt. If the DPC is delayed and runs after the next interrupt occurred, typically a hardware buffer overrun occurs and the flow of data is interrupted. A drop-out occurs.

 

 

dpclat.pdf

Μη με ξυπνάς απ΄τις έξι...

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

το DPC απ οσο ξερω δεν εχει να κανει ουτε με τη ram ουτε με τα windows.. Δεν υπαρχει λογος να γυρισει σε windows xp. το θεμα ειναι οτι δεν εχεις προβλημα με το dpc lat - συμφωνα με τις εικονες που ανεβασες. Φτιαξε το Power Plan οπως σου ειπα και παραπανω και ρυθμισε το buffer της καρτας οσο πιο ψηλα μπορεις χωρις να χεις latency. απο 64 κ κατω θα χεις προβλημα. δες για 128, 256.

 

(για τη δουλεια που θες να κανεις η αληθεια ειναι οτι χρειαζεσαι macbook και firewire καρτα.το πρωτο ειναι λιγο δυσκολο.δες για το δευτερο)

το θέμα είναι ότι έχω spikes και χωρίς να έχω την m audio κουμπωμενη πάνω στο λαπτοπ. .χθες το άφησα ανοιχτό όλο το βράδυ χωρίς να ανοιξω κάποιο πρόγραμμα και πήγε μέχρι 1000+

Η μετριοφροσύνη είναι για τους μέτριους...

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

  • 1 μήνα αργότερα...

Θα ήθελα να ευχαριστήσω όσους ασχολήθηκαν με το πρόβλημα μου και μπήκαν στον "κόπο" να γράψουν 2 σειρές λέγοντας τη γνώμη τους!!!!

Με χάρα μπορώ να σας πώ οτι πλέον όλα δουλεύουν μια τέλεια!

Βρήκα τι εφταιγέ τελικά και είχα πρόβλημα (κολλούσε το superior drummer και δεν είχα ήχο)

Αγόρασα ενα τροφοδοτικό για την m audio fast track pro που έχω..και πλέον δεν έχω το παραμικρό πρόβλημα!

2 στα 2 live και δεν κόλλησε ούτε στιγμή!

Σας ευχαριστώ και πάλι!!

 

:) :) :)

Η μετριοφροσύνη είναι για τους μέτριους...

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Δημιουργήστε λογαριασμό ή συνδεθείτε για να σχολιάσετε

Πρέπει να είστε μέλος για να αφήσετε σχόλιο

Δημιουργήστε λογαριασμό

Γραφτείτε στην παρέα μας. Είναι εύκολο!

Δημιουργία λογαριασμού

Σύνδεση

Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.

Σύνδεση
×
×
  • Δημοσιεύστε κάτι...

Τα cookies

Τοποθετήθηκαν cookies στην συσκευή σας για να είναι πιο εύκολη η περιήγηση στην σελίδα. Μπορείτε να τα ρυθμίσετε, διαφορετικά θεωρούμε πως είναι OK να συνεχίσετε. Πολιτική απορρήτου