A program that controls spooling -- putting jobs on a queue and taking them off one at a time. Most operating systems come with one or more spoolers, such as a print spooler for spooling documents. In addition, some applications include spoolers. Many word processors, for example, include their own print spooler.
Questions tagged [spooler]
69 questions
2
votes
1 answer
coldfusion spooler not working
I have a coldfusion mail spooler locking up on me everytime I send out an email using this code:
hello
Only way I can get this thing to email out…

user1322114
- 317
- 2
- 10
2
votes
0 answers
What does spooling mean in the context of JCache?
From the JCP page of JCache :
The JCACHE specification standardizes in process caching of Java
objects in a way that allows an efficient implementation, and removes
from the programmer the burden of implementing cache expiration,
mutual…

Geek
- 26,489
- 43
- 149
- 227
2
votes
0 answers
Send print from windows 7 to printer at windows XP changes the format of the spool file
I have this weird problem
I have a printer installed at windows XP and I configured the print processor like this
"winprint---> NT EMF 1.003"
So the .spl file is an EMF Format file.
Now i share this printer to my office lan.
When I send a print from…

sgkin
- 113
- 2
- 7
1
vote
1 answer
Virtual printer port monitor installing
I have a port monitor dll, that I instaling by call AddMonitor function of the spooler. But when I want uninstal this monitor, the DeleteMonitor function return errorcode 3008 - "The specified print monitor is currently in use". How I can free my…

RazorRunner
- 131
- 14
1
vote
0 answers
I keep getting an empty task list APScheduler
I am writing a website on a Flask, I use it to run uwsgi + nginx. It was necessary to write a timer to periodically execute tasks. For this I used uwsgidecorators. The task should check the status of the scheduler tasks. To get a list of tasks, I…

Яша Проценко
- 45
- 1
- 4
1
vote
1 answer
'net start spooler' fails with exit code 2 when trying to restart the printer spooler on Windows
My application installs a virtual printer driver.
On some users' systems I need to restart the printer spooler because functions like OpenPrinter return RPC_S_SERVER_UNAVAILABLE (text is "The RPC server is unavailable."), which means the spooler…

sashoalm
- 75,001
- 122
- 434
- 781
1
vote
0 answers
Reprinting spool file, job disappears from queue but does not print
I have researched how to reprint spool files in C# for a few days now and I ran into an immediate issue. I have found decent examples and explanations for HOW to print the jobs, but the print job keeps disappearing from the queue and the printer…

Ando
- 11
- 3
1
vote
1 answer
How to get the port name of a print job in a printer pooling scenario
In the windows -> printers and devices -> actual print queue there is (the last) column called Port like here
When printer pooling is enabled, this shows the port name (for the real printer) the document is printing like first c:\ports\p1, second…

MrZed
- 85
- 5
1
vote
1 answer
How to get the original full file path been printed by Spooler API
I want to monitor the system scope's printing jobs through a standalone program using the Windows Spooler API, but only the print job's name can be fetched. How do I get the original file with full path.

Hugo
- 13
- 4
1
vote
0 answers
Prevent Print Spooler from printing multiple copies
One of the requirements in my current project is to make sure that nobody prints multiple copies of the document once created. This is a intranet web-based application, using php-mysql and the clients would be in WinXP. Is there any way to prevent a…

brianff
- 175
- 7
1
vote
0 answers
Bi-directional communication to thermal printer by windows drivers
I need to develop an application to print to thermal printers such as Epson ESC/POS protocol or ZPL Zebra protocol.
I can write raw code to printer using network printers, serial port printers and also window's spooler printers.
My trouble starts…

Tobia
- 9,165
- 28
- 114
- 219
1
vote
0 answers
C# printing how to get copy count
I am trying to make a printing manangement server. I have 1 printer which is shared with 4 other people.
try
{
string PrinterJobs = "SELECT * FROM Win32_PrintJob";
ManagementObjectSearcher FindPrintJobs =
new…

D'Ums
- 13
- 4
1
vote
1 answer
Delphi: EnumPrinterData example
Can you please provide an example of using EnumPrinterData function in Delphi to get a list of printers in system?

Vladislav Rastrusny
- 29,378
- 23
- 95
- 156
1
vote
2 answers
Prevent User from Printing
I've created an application in .net to monitor jobs in the printer by using the DLL in the following reference :
http://www.codeproject.com/Articles/51085/Monitor-jobs-in-a-printer-queue-NET?fid=1556859&select=4799234
my question is : how can i…

MohammadSia
- 37
- 9
1
vote
1 answer
uwsgi spooler Error
I just want to know the feature of uswgi spooler. And I make a demo as the following link:
enter link description here
My uswgi.ini is following:
[uwsgi]
django_projects_dir = /home/zzb/Documents/djangoFiles
my_project = mysite2
chdir =…

ZZB
- 277
- 4
- 21